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