mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
d955cf5a85
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
11 lines
122 B
Docker
11 lines
122 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
ca-certificates \
|
|
curl \
|
|
findutils \
|
|
git \
|
|
jq \
|
|
openssh-client
|