Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 1e4b64b

Browse files
amardeep2006diemol
andauthored
feat(ospackages): auto upgrade os packages (SeleniumHQ#1950)
Co-authored-by: Diego Molina <[email protected]>
1 parent 452aab1 commit 1e4b64b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1717
# Includes minimal runtime used for executing non GUI Java programs
1818
#========================
1919
RUN apt-get -qqy update \
20+
&& apt-get upgrade -yq \
2021
&& apt-get -qqy --no-install-recommends install \
2122
acl \
2223
bzip2 \

Video/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1616
# Supervisor
1717
#========================
1818
RUN apt-get -qqy update \
19+
&& apt-get upgrade -yq \
1920
&& apt-get -qqy --no-install-recommends install \
2021
supervisor x11-xserver-utils python3-pip \
2122
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*

0 commit comments

Comments
 (0)