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 fae84be + 91e7650 commit 676b5ddCopy full SHA for 676b5dd
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