Skip to content

Commit

Permalink
Added dependencies for sodium
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk authored Dec 1, 2024
1 parent 92d575a commit 56bdfbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions laravel/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y mariadb-client \
# Cypress dependencies
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
# Sodium dependencies
libsodium-dev \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install specified extensions
Expand Down

0 comments on commit 56bdfbc

Please sign in to comment.