Set default python (#361)

This commit is contained in:
Rolf Ahrenberg
2021-03-01 02:45:13 +02:00
committed by GitHub
parent 9c7372a8e0
commit 05ad3f5469
2 changed files with 2 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ RUN apt update -y \
wget \ wget \
zip \ zip \
zstd \ zstd \
&& cd /usr/bin && ln -sf python3 python \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \

View File

@@ -21,6 +21,7 @@ RUN apt update \
netcat \ netcat \
openssh-client \ openssh-client \
parallel \ parallel \
python-is-python3 \
rsync \ rsync \
shellcheck \ shellcheck \
sudo \ sudo \