Skip to content

Commit

Permalink
Merge pull request #426 from rabbitmq/install-updates
Browse files Browse the repository at this point in the history
Install Ubuntu updates when building the image
  • Loading branch information
mkuratczyk authored Nov 2, 2022
2 parents defe51f + 25fdd49 commit 5791c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ARG perf_test_binary="target/perf-test.jar"
RUN set -eux; \
\
apt-get update; \
apt-get -y upgrade; \
apt-get install --yes --no-install-recommends \
ca-certificates \
wget \
Expand Down Expand Up @@ -47,6 +48,7 @@ FROM ubuntu:22.04
# we need locales support for characters like µ to show up correctly in the console
RUN set -eux; \
apt-get update; \
apt-get -y upgrade; \
apt-get install -y --no-install-recommends \
locales \
; \
Expand Down

0 comments on commit 5791c29

Please sign in to comment.