Fix build packages (#5738)

* bump gnupg version to match minimum supported by debian

* bumped version

---------

Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
This commit is contained in:
Alexandru Popovici
2026-01-15 14:41:35 +02:00
committed by GitHub
parent 73a4a26aa5
commit d96d1c5446
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ RUN yarn workspaces foreach -W run build
RUN apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
--no-install-recommends \
python3.12=3.12.3-1ubuntu0.9 \
python3.12=3.12.3-1ubuntu0.10 \
python3-pip=24.0+dfsg-1ubuntu1.3 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
+1 -1
View File
@@ -61,7 +61,7 @@ RUN apt-get update && \
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
# --no-install-recommends # This is causing issues with the google-chrome-stable install as not all gpg components are installed if recommended installs are disabled
gnupg=2.2.40-1.1+deb12u1 && \
gnupg=2.2.40-1.1+deb12u2 && \
# Clean up
apt-get clean && \
rm -rf /var/lib/apt/lists/*