File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM node:20-alpine
22
33RUN npm i -g ejs-cli ts-node typescript @cubos/kube-templates @types/node@~20 firebase-tools && npm cache clean --force
44
5- RUN apk add --update docker libc6-compat libssl3 git nano openssh python3 py3-pip py3-cffi py3-cryptography findutils gettext bash jq ca-certificates moreutils curl ruby ruby-json docker-cli openssl aws-cli php php-phar php-mbstring && \
5+ RUN apk add --update docker libc6-compat libssl3 git nano openssh python3 py3-pip py3-cffi py3-cryptography findutils gettext bash jq ca-certificates moreutils curl ruby docker-cli openssl aws-cli php php-phar php-mbstring && \
66 pip install --upgrade pip --break-system-packages && \
77 apk add --virtual build-deps gcc libffi-dev python3-dev linux-headers musl-dev openssl-dev && \
88 pip install s3cmd yq --break-system-packages && \
You can’t perform that action at this time.
0 commit comments