mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
8 lines
81 B
Docker
8 lines
81 B
Docker
|
FROM alpine:edge
|
||
|
|
||
|
RUN apk add --no-cache \
|
||
|
ca-certificates \
|
||
|
bash \
|
||
|
git \
|
||
|
jq
|