We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8634f66 commit 8dfd3bfCopy full SHA for 8dfd3bf
Dockerfile
@@ -50,6 +50,7 @@ LABEL org.opencontainers.image.description="Override your Unleash feature flags
50
LABEL org.opencontainers.image.source="https://github.com/Iandenh/overleash"
51
LABEL org.opencontainers.image.licenses="MIT"
52
53
+RUN apt-get update && apt-get install ca-certificates
54
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
55
dpkg --add-architecture arm64 && apt-get update && apt-get install -y gcc-aarch64-linux-gnu libc6:arm64 ; \
56
fi
0 commit comments