We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f3e410 + 676b5dd commit 3f73a18Copy full SHA for 3f73a18
Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:20.04
2
3
RUN sed -i s/^deb-src.*// /etc/apt/sources.list
4
5
-RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq && \
+RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
6
apt clean && \
7
pip3 --no-cache-dir install --upgrade pip setuptools && \
8
useradd -u 65500 -m rally && \
0 commit comments