Skip to content

Commit

Permalink
No need for libssl3 when no infinispan
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed Aug 30, 2022
1 parent df8bfcc commit 5ace5d2
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 @@ -43,7 +43,7 @@ RUN source $HOME/.cargo/env \

FROM alpine:3.16

RUN apk add libssl3 libgcc
RUN apk add libgcc

RUN addgroup -g 1000 limitador \
&& adduser -D -s /bin/sh -u 1000 -G limitador limitador
Expand Down

0 comments on commit 5ace5d2

Please sign in to comment.