We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf439 commit 4c13681Copy full SHA for 4c13681
Dockerfile
@@ -5,6 +5,7 @@ ARG stream_perf_test_url="set-url-here"
5
RUN set -eux; \
6
\
7
apt-get update; \
8
+ apt-get -y upgrade; \
9
apt-get install --yes --no-install-recommends \
10
ca-certificates \
11
wget \
@@ -63,6 +64,7 @@ FROM ubuntu:20.04
63
64
# we need locales support for characters like µ to show up correctly in the console
65
66
67
68
apt-get install -y --no-install-recommends \
69
locales \
70
0 commit comments