Skip to content

Commit

Permalink
Use libssl1.1 and pcre2 in the alpine Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Oct 27, 2023
1 parent 233e8d3 commit 31e1720
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 @@ -6,7 +6,7 @@ COPY src/ src/
RUN shards build --production --release --no-debug

FROM alpine:latest
RUN apk add --no-cache libssl3 libgcc libevent pcre
RUN apk add --no-cache libssl1.1 pcre2 libevent libgcc
COPY --from=builder /tmp/bin/* /usr/bin/
USER 2:2
EXPOSE 15670
Expand Down

0 comments on commit 31e1720

Please sign in to comment.