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 2eee69f commit f6d76b4Copy full SHA for f6d76b4
1 file changed
Dockerfile
@@ -4,8 +4,8 @@ FROM alpine:3
4
ARG TARGETARCH
5
ARG VERSION=latest
6
7
-# Install runtime dependencies
8
-RUN apk add --no-cache tar gzip ca-certificates curl
+# Install runtime dependencies (libstdc++ and libgcc required by Bun binaries)
+RUN apk add --no-cache tar gzip ca-certificates curl libstdc++ libgcc
9
10
# Create non-root user
11
RUN adduser -D -u 1000 backitup
0 commit comments