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.
1 parent fae84be commit 91e7650Copy full SHA for 91e7650
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