Skip to content

Commit

Permalink
Dockerfile: PR local changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
makubacki committed Oct 24, 2024
1 parent 2b65c14 commit be5983f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,31 @@ RUN apt-get update && \
curl \
flex \
git \
gnupg \
gnupg2 \
gnupg1 \
lcov \
jq \
m4 \
make \
mono-complete \
nasm \
npm \
python3 \
python3-pip \
python3-venv \
software-properties-common \
sudo \
unzip \
uuid-dev \
wget \
&& \
apt-get update && \
apt-get install --yes --no-install-recommends gnupg2 && \
curl -fsSL https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xF23C5A6CF475977595C89F51BA6932366A755776 | apt-key add - && \
add-apt-repository ppa:deadsnakes/ppa -y && \
apt-get update && \
apt-get install --yes --no-install-recommends \
python3.12 \
python3.12-pip \
python3.12-venv \
g++-${GCC_MAJOR_VERSION} gcc-${GCC_MAJOR_VERSION} \
gcc-${GCC_MAJOR_VERSION}-x86-64-linux-gnux32 \
gcc-${GCC_MAJOR_VERSION}-aarch64-linux-gnu \
Expand Down

0 comments on commit be5983f

Please sign in to comment.