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 \ 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/* \