From b28fd19fa0904686a1659566d8462d160ed5bd7a Mon Sep 17 00:00:00 2001 From: Omar Siam Date: Tue, 23 Jan 2024 20:55:38 +0100 Subject: [PATCH] Force all packages to the newest version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49a410c..db54287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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