mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
Auto upgrade base image dependencies (#4797)
* use unattended-upgrade * PR comment * add comment Co-authored-by: Jingyan Wang <jingywa@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
This commit is contained in:
parent
f933910ea3
commit
d3af669980
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,11 @@ RUN apt-get -y update &&\
|
|||
apt-get -y --no-install-recommends install \
|
||||
curl \
|
||||
git \
|
||||
language-pack-en
|
||||
language-pack-en \
|
||||
unattended-upgrades
|
||||
|
||||
# update existing packages to minimize security vulnerabilities
|
||||
RUN unattended-upgrade
|
||||
|
||||
RUN locale-gen en_US.UTF-8 && \
|
||||
update-locale LANG=en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Reference in a new issue