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