Skip to content

Commit 91e7650

Browse files
committed
ping added - one of tempest tests needs it
1 parent fae84be commit 91e7650

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)