tuto2: Update to bullseye

This commit is contained in:
nemunaire 2022-03-08 17:39:17 +01:00
parent 3967a4e279
commit def7cc45f5

View File

@ -1,6 +1,6 @@
FROM debian
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list.d/backports.list && \
RUN echo "deb http://deb.debian.org/debian bullseye-backports main" >> /etc/apt/sources.list.d/backports.list && \
apt-get update && apt-get install --no-install-recommends -y \
busybox \
ca-certificates \
@ -12,8 +12,8 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/so
kmod \
nano \
openssh-server \
python \
python-apt \
python3 \
python3-apt \
esmtp \
systemd-sysv \
udev \