We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770fb9d commit e600127Copy full SHA for e600127
Dockerfile
@@ -4,7 +4,7 @@
4
5
FROM nginx:1.25.4-alpine
6
7
-RUN apk add "nodejs"
+RUN apk update && apk add "nodejs" && apk add --no-cache "libexpat>=2.6.0-r0"
8
9
LABEL maintainer="char0n"
10
0 commit comments