mirror of
https://github.com/linuxserver/docker-baseimage-debian.git
synced 2026-02-19 16:57:21 +08:00
Merge pull request #14 from linuxserver/bullseye-apt-fix
add -y to apt-get upgrade
This commit is contained in:
commit
6cd0cdff3c
@ -101,7 +101,7 @@ RUN \
|
||||
> /run/systemd/container && \
|
||||
echo "**** install apt-utils and locales ****" && \
|
||||
apt-get update && \
|
||||
apt-get upgrade && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y \
|
||||
apt-utils \
|
||||
locales && \
|
||||
|
||||
@ -101,7 +101,7 @@ RUN \
|
||||
> /run/systemd/container && \
|
||||
echo "**** install apt-utils and locales ****" && \
|
||||
apt-get update && \
|
||||
apt-get upgrade && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get install -y \
|
||||
apt-utils \
|
||||
locales && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user