Skip to content

Commit 4c13681

Browse files
committed
Install Ubuntu updates when building the performance tool image
Fixes #220
1 parent 41cf439 commit 4c13681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ARG stream_perf_test_url="set-url-here"
55
RUN set -eux; \
66
\
77
apt-get update; \
8+
apt-get -y upgrade; \
89
apt-get install --yes --no-install-recommends \
910
ca-certificates \
1011
wget \
@@ -63,6 +64,7 @@ FROM ubuntu:20.04
6364
# we need locales support for characters like µ to show up correctly in the console
6465
RUN set -eux; \
6566
apt-get update; \
67+
apt-get -y upgrade; \
6668
apt-get install -y --no-install-recommends \
6769
locales \
6870
wget \

0 commit comments

Comments
 (0)