Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jun 15, 2024
1 parent 3e994ca commit 694feb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devops/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ RUN set -ex \
build-essential \
lsb-release \
pkg-config \
# Install Python 3.7
python3.7 \
python3.7-dev \
python3.7-gdbm \
python3.7-distutils \
# Install Python 3.8
python3.8 \
python3.8-dev \
python3.8-gdbm \
python3.8-distutils \
python3-pip \
python3-setuptools \
python3-venv \
Expand Down

0 comments on commit 694feb5

Please sign in to comment.