Update Dockerfile
removed apt upgrade
This commit is contained in:
parent
38ab7d62c8
commit
10c9e119ca
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ RUN apt-get update && apt-get install --no-install-recommends --no-install-s
|
|||
curl \
|
||||
ca-certificates \
|
||||
locales && \
|
||||
apt-get -y upgrade && \
|
||||
locale-gen "en_US.UTF-8" && \
|
||||
export LC_ALL="en_US.UTF-8" && \
|
||||
useradd -m steam && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue