Skip to content

Commit

Permalink
build: install package upgrades when building container image
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Feb 12, 2024
1 parent 79e02ea commit 31be136
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.5

- Update dependencies

## 1.2.4

- Update dependencies
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME

RUN apt-get -qq update \
&& apt-get -qq upgrade -y \
&& apt-get -qq install -y --no-install-recommends procps stress-ng iptables iproute2 dnsutils runc libcap2-bin util-linux \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 31be136

Please sign in to comment.