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:
committed by
GitHub
parent
73a4a26aa5
commit
d96d1c5446
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user