Dockerfile aktualisiert

This commit is contained in:
2023-10-04 21:08:22 +02:00
parent a61f5a5ff7
commit 029f194777

View File

@@ -9,7 +9,7 @@ RUN apt-get update && \
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" && \ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" && \
apt-get update && \ apt-get update && \
apt-get -y install docker-ce && \ apt-get -y install docker-ce && \
apt-get -y remove apt-transport-https ca-certificates gnupg2 software-properties-common && \ apt-get -y remove apt-transport-https gnupg2 software-properties-common && \
apt-get -y autoremove && \ apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*