Dockerfile `openssl` security update (#10949)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>pull/10948/head
parent
fd38767ea8
commit
80e5447390
|
@ -16,6 +16,10 @@ RUN TZ=Etc/UTC apt install -y tzdata
|
|||
RUN apt install --no-install-recommends -y gcc git zip curl htop libgl1-mesa-glx libglib2.0-0 libpython3-dev gnupg
|
||||
# RUN alias python=python3
|
||||
|
||||
# Security updates
|
||||
# https://security.snyk.io/vuln/SNYK-UBUNTU1804-OPENSSL-3314796
|
||||
RUN apt install --no-install-recommends -y openssl
|
||||
|
||||
# Create working directory
|
||||
RUN rm -rf /usr/src/app && mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
|
Loading…
Reference in New Issue