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 468d4ed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Containers/Ubuntu-22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ ENV TZ=UTC
# the .local/bin directory to the path which will be used by pip.
ENV PATH $PATH:/home/vsts_azpcontainer/.local/bin

RUN yes | add-apt-repository ppa:deadsnakes/ppa -y

RUN apt-get update && \
apt-get install --yes --no-install-recommends \
bison \
Expand All @@ -53,9 +55,9 @@ RUN apt-get update && \
mono-complete \
nasm \
npm \
python3 \
python3-pip \
python3-venv \
python3.12 \
python3.12-pip \
python3.12-venv \
software-properties-common \
sudo \
unzip \
Expand Down

0 comments on commit 468d4ed

Please sign in to comment.