Skip to content

Commit 3f73a18

Browse files
committed
Merge remote-tracking branch 'origin/feature/py3' into feature/flavor-defaults
2 parents 0f3e410 + 676b5dd commit 3f73a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:20.04
22

33
RUN sed -i s/^deb-src.*// /etc/apt/sources.list
44

5-
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq && \
5+
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
66
apt clean && \
77
pip3 --no-cache-dir install --upgrade pip setuptools && \
88
useradd -u 65500 -m rally && \

0 commit comments

Comments
 (0)