Skip to content

Commit

Permalink
chore: remove openssl1.1-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmando2000 committed Jan 10, 2024
1 parent 07796d9 commit b1732e6
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 @@ -20,7 +20,7 @@ RUN mix release tarot_cup

FROM alpine:3

RUN apk add --update --no-cache bash git libstdc++ ncurses-libs openssl1.1-compat
RUN apk add --update --no-cache bash git libstdc++ ncurses-libs

WORKDIR /app

Expand Down

0 comments on commit b1732e6

Please sign in to comment.