diff options
Diffstat (limited to 'images/basic/integrationtest/Dockerfile')
-rw-r--r-- | images/basic/integrationtest/Dockerfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/images/basic/integrationtest/Dockerfile b/images/basic/integrationtest/Dockerfile deleted file mode 100644 index e80e17527..000000000 --- a/images/basic/integrationtest/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM ubuntu:bionic - -WORKDIR /root -COPY . . -RUN chmod +x *.sh - -RUN apt-get update && apt-get install -y gcc iputils-ping iproute2 |