mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-01 16:17:44 +02:00
10 lines
107 B
Docker
10 lines
107 B
Docker
FROM alpine:edge
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
ca-certificates \
|
|
curl \
|
|
git \
|
|
jq \
|
|
openssh-client
|