Skip to content

Commit

Permalink
Force all packages to the newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at authored Jan 23, 2024
1 parent 937052f commit b28fd19
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 @@ -11,7 +11,7 @@ RUN \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
rm -f /etc/apt/apt.conf.d/docker-clean && \
echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' >/etc/apt/apt.conf.d/keep-cache && \
apt-get update && \
apt-get update && apt-get upgrade -y && \
apt-get install -y --no-install-recommends libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb curl && \
apt-get clean
ENV CYPRESS_CACHE_FOLDER /tmp/cache/cypress

0 comments on commit b28fd19

Please sign in to comment.