2016-10-08 04:03:54 +02:00
|
|
|
FROM alpine:latest
|
2016-10-02 06:06:15 +02:00
|
|
|
|
|
|
|
RUN apk add --no-cache \
|
|
|
|
bash \
|
2016-10-02 06:32:02 +02:00
|
|
|
ca-certificates \
|
|
|
|
curl \
|
2018-03-11 18:12:44 +01:00
|
|
|
findutils \
|
2016-10-02 06:06:15 +02:00
|
|
|
git \
|
2016-10-02 06:50:48 +02:00
|
|
|
jq \
|
|
|
|
openssh-client
|