apt autoremove

This commit is contained in:
Stephane Gourichon
2025-09-05 22:55:06 +02:00
parent 803ad6ae9f
commit ce6aff9301

View File

@@ -3,4 +3,4 @@ MAINTAINER Stéphane Gourichon <stephane_sysadmin@gourichon.org>
RUN echo 'Acquire::http { Proxy "http://host.containers.internal:3142"; };' > /etc/apt/apt.conf.d/01proxy RUN echo 'Acquire::http { Proxy "http://host.containers.internal:3142"; };' > /etc/apt/apt.conf.d/01proxy
RUN export DEBIAN_FRONTEND=noninteractive ; apt-get update && apt-get -y upgrade RUN export DEBIAN_FRONTEND=noninteractive ; apt-get update && apt-get -y upgrade && apt autoremove