Skip to content

Commit

Permalink
Fix: Add libsodium
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Apr 5, 2024
1 parent bbc63a7 commit 712effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:3.2.0-slim-bullseye

WORKDIR /app

RUN apt-get update && apt-get install -y build-essential libpq-dev curl
RUN apt-get update && apt-get install -y build-essential libpq-dev curl libsodium-dev

COPY backend/Gemfile backend/Gemfile.lock ./

Expand Down

0 comments on commit 712effd

Please sign in to comment.