Skip to content

Commit 3ce0696

Browse files
authored
chore: update cli packages (#19)
1 parent 8989eb1 commit 3ce0696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:20-alpine
22

33
RUN 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 && \

0 commit comments

Comments
 (0)