tinydeb: Upgrade to python3
This commit is contained in:
parent
b8fd08ab39
commit
30de9fd376
@ -4,8 +4,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||||||
busybox \
|
busybox \
|
||||||
nano \
|
nano \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
python \
|
python3 \
|
||||||
python-apt \
|
python3-apt \
|
||||||
systemd-sysv \
|
systemd-sysv \
|
||||||
vim.tiny \
|
vim.tiny \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
Reference in New Issue
Block a user