Skip to content

Commit

Permalink
Updated Cypress dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk committed May 6, 2024
1 parent 4be91bc commit 5e32d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel/templates/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# MariaDB Client
&& apt-get install -y mariadb-client \
# Cypress dependencies
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb \
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*

# Install specified extensions
Expand Down

0 comments on commit 5e32d7e

Please sign in to comment.