Core upgrade.
This commit is contained in:
parent
21ef488075
commit
df5a3cca24
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue