Skip to content

Commit

Permalink
Install libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
aalin committed Dec 10, 2023
1 parent 3c88441 commit 3cfd1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-c"]
WORKDIR /app

FROM base AS install
RUN apk update && apk add --no-cache build-base gzip libwebp-tools imagemagick brotli
RUN apk update && apk add --no-cache build-base gzip libwebp-tools imagemagick brotli libsodium
COPY Gemfile* .
RUN bundle install
COPY . .
Expand Down

0 comments on commit 3cfd1db

Please sign in to comment.