tinydeb: Upgrade to python3

This commit is contained in:
nemunaire 2022-03-30 19:15:21 +02:00
parent b8fd08ab39
commit 30de9fd376

View File

@ -4,8 +4,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
busybox \
nano \
openssh-server \
python \
python-apt \
python3 \
python3-apt \
systemd-sysv \
vim.tiny \
&& rm -rf /var/lib/apt/lists/* \