Skip to content

Commit

Permalink
install both Python2 and Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Dec 11, 2023
1 parent 90708ad commit cd69d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/platforms/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN \
tee /etc/apt/sources.list.d/nodesource.list && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs && \
DEBIAN_FRONTEND=noninteractive apt-get install -y python3 git build-essential ccache && \
DEBIAN_FRONTEND=noninteractive apt-get install -y python python3 git build-essential ccache && \
mkdir -p /target && chmod 777 /target

RUN if [ "${GDAL}" = "shared" ]; then DEBIAN_FRONTEND=noninteractive apt-get install -y libgdal-dev; fi
Expand Down

0 comments on commit cd69d41

Please sign in to comment.