15 lines
204 B
Docker
15 lines
204 B
Docker
FROM ci.nxtgauge.com/admin/docker:27-dind
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
curl \
|
|
git \
|
|
jq \
|
|
nodejs \
|
|
npm \
|
|
openssh-client \
|
|
python3 \
|
|
py3-pip \
|
|
tar
|
|
|
|
ENTRYPOINT []
|