Skip to content

Commit

Permalink
Fixing 7zip install
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed Apr 3, 2024
1 parent 916b1d8 commit 00298b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY app/ /app/
FROM alpine:latest

RUN apk update && \
apk add --no-cache curl
apk add --no-cache curl p7zip

# Copy necessary binaries and files from builder stage
COPY --from=builder /usr/bin/7z /usr/bin/7z
Expand Down

0 comments on commit 00298b7

Please sign in to comment.