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