diff options
Diffstat (limited to 'images/basic/integrationtest/Dockerfile.x86_64')
-rw-r--r-- | images/basic/integrationtest/Dockerfile.x86_64 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/images/basic/integrationtest/Dockerfile.x86_64 b/images/basic/integrationtest/Dockerfile.x86_64 new file mode 100644 index 000000000..e80e17527 --- /dev/null +++ b/images/basic/integrationtest/Dockerfile.x86_64 @@ -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 |