update
Some checks failed
Build And Publish Docker / build (0.127.0, 22.2.0) (push) Has been cancelled

This commit is contained in:
brooke 2024-06-08 04:50:18 -04:00
parent ca1e9ed9fd
commit edd0c82bc4
2 changed files with 4 additions and 5 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.secrets

View file

@ -31,13 +31,11 @@ RUN curl -4 -sL -o node-v${NODE_VERSION}.tar.gz https://nodejs.org/dist/v${NODE_
FROM alpine:3.20
RUN apk add --update --no-cache \
brotli \
zlib \
libuv \
openssl \
c-ares \
nghttp2 \
icu \
libcrypto3 \
icu-libs \
icu-data-en \
ca-certificates \
libgcc \
libstdc++ \