Skip to content

Commit 4ba43a8

Browse files
committed
Add python-is-python3 package to Debian Dockerfile
1 parent 2378645 commit 4ba43a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN set -eux \
6060
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy update \
6161
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends \
6262
python3=${PYTHON_VERSION} \
63+
python-is-python3 \
6364
python3-pip \
6465
python3-setuptools \
6566
python3-venv \

0 commit comments

Comments
 (0)