Set default python (#361)
This commit is contained in:
parent
9c7372a8e0
commit
05ad3f5469
|
|
@ -37,6 +37,7 @@ RUN apt update -y \
|
|||
wget \
|
||||
zip \
|
||||
zstd \
|
||||
&& cd /usr/bin && ln -sf python3 python \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ RUN apt update \
|
|||
netcat \
|
||||
openssh-client \
|
||||
parallel \
|
||||
python-is-python3 \
|
||||
rsync \
|
||||
shellcheck \
|
||||
sudo \
|
||||
|
|
|
|||
Loading…
Reference in New Issue