Skip to content

Commit 8dfd3bf

Browse files
authored
fix: make sure ca-certificates are installed
1 parent 8634f66 commit 8dfd3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ LABEL org.opencontainers.image.description="Override your Unleash feature flags
5050
LABEL org.opencontainers.image.source="https://github.com/Iandenh/overleash"
5151
LABEL org.opencontainers.image.licenses="MIT"
5252

53+
RUN apt-get update && apt-get install ca-certificates
5354
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
5455
dpkg --add-architecture arm64 && apt-get update && apt-get install -y gcc-aarch64-linux-gnu libc6:arm64 ; \
5556
fi

0 commit comments

Comments
 (0)