update
Some checks failed
Build And Publish Docker / build (0.127.0, 22.2.0) (push) Has been cancelled
Some checks failed
Build And Publish Docker / build (0.127.0, 22.2.0) (push) Has been cancelled
This commit is contained in:
parent
ca1e9ed9fd
commit
edd0c82bc4
2 changed files with 4 additions and 5 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.secrets
|
|
@ -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++ \
|
||||
|
|
Loading…
Add table
Reference in a new issue