Skip to content

Commit

Permalink
Upgrade ubuntu package in Docker container (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 authored Mar 25, 2024
1 parent a4979e9 commit 3682c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN groupadd -g 1000 apl \

# install packages
RUN apt-get update -q \
&& apt-get upgrade -qy \
&& apt-get install -y --no-install-recommends \
unzip \
build-essential \
Expand Down
1 change: 1 addition & 0 deletions tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN groupadd -g 1000 apl \

# install packages
RUN apt-get update -q \
&& apt-get upgrade -qy \
&& apt-get install -y --no-install-recommends \
unzip \
build-essential \
Expand Down

0 comments on commit 3682c84

Please sign in to comment.