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 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 \ apt-get update && apt-get install --no-install-recommends -y \
busybox \ busybox \
ca-certificates \ ca-certificates \
@ -12,8 +12,8 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/so
kmod \ kmod \
nano \ nano \
openssh-server \ openssh-server \
python \ python3 \
python-apt \ python3-apt \
esmtp \ esmtp \
systemd-sysv \ systemd-sysv \
udev \ udev \