diff --git a/Dockerfile b/Dockerfile index d2f54d2..d81cfa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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