We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dca4c commit 57bc3bcCopy full SHA for 57bc3bc
Dockerfile
@@ -11,7 +11,7 @@ LABEL maintainer="vladimir.gorej@gmail.com" \
11
org.opencontainers.image.description="SwaggerUI Docker image" \
12
org.opencontainers.image.licenses="Apache-2.0"
13
14
-RUN apk add --update-cache --no-cache "nodejs"
+RUN apk add --update-cache --no-cache "nodejs" "libxml2>=2.13.4-r4"
15
16
LABEL maintainer="char0n"
17
0 commit comments