mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-07 11:06:43 +02:00
8 lines
81 B
Docker
8 lines
81 B
Docker
|
FROM alpine:edge
|
||
|
|
||
|
RUN apk add --no-cache \
|
||
|
ca-certificates \
|
||
|
bash \
|
||
|
git \
|
||
|
jq
|