Skip to content

Commit f6d76b4

Browse files
committed
fix: missing docker image dependencies
1 parent 2eee69f commit f6d76b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM alpine:3
44
ARG TARGETARCH
55
ARG VERSION=latest
66

7-
# Install runtime dependencies
8-
RUN apk add --no-cache tar gzip ca-certificates curl
7+
# Install runtime dependencies (libstdc++ and libgcc required by Bun binaries)
8+
RUN apk add --no-cache tar gzip ca-certificates curl libstdc++ libgcc
99

1010
# Create non-root user
1111
RUN adduser -D -u 1000 backitup

0 commit comments

Comments
 (0)