Skip to content

Commit b4c1422

Browse files
committed
Add python-is-python3 package to Debian Dockerfile
1 parent 7758962 commit b4c1422

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
@@ -67,6 +67,7 @@ RUN set -eux \
6767
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy update \
6868
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends \
6969
python3=${PYTHON_VERSION} \
70+
python-is-python3 \
7071
python3-pip \
7172
python3-setuptools \
7273
python3-venv \

0 commit comments

Comments
 (0)