Core upgrade.

This commit is contained in:
Greyscale 2022-05-18 09:14:13 +02:00
parent 21ef488075
commit df5a3cca24
No known key found for this signature in database
GPG key ID: EF017054C3E9CD59

View file

@ -10,6 +10,7 @@ RUN echo "APT::Acquire::Retries \"5\";" > /etc/apt/apt.conf.d/80-retries && \
echo "Acquire::http::No-Cache=true;" > /etc/apt/apt.conf.d/80-no-cache && \
echo "Acquire::http::Pipeline-Depth=0;" > /etc/apt/apt.conf.d/80-no-pipeline && \
apt-get -qq update && \
apt-get -yqq upgrade && \
apt-get -yqq install --no-install-recommends \
python3-software-properties \
software-properties-common \