summaryrefslogtreecommitdiffhomepage
path: root/images/basic/hostoverlaytest/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'images/basic/hostoverlaytest/Dockerfile')
-rw-r--r--images/basic/hostoverlaytest/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/images/basic/hostoverlaytest/Dockerfile b/images/basic/hostoverlaytest/Dockerfile
new file mode 100644
index 000000000..6cef1a542
--- /dev/null
+++ b/images/basic/hostoverlaytest/Dockerfile
@@ -0,0 +1,8 @@
+FROM ubuntu:bionic
+
+WORKDIR /root
+COPY . .
+
+RUN apt-get update && apt-get install -y gcc
+RUN gcc -O2 -o test_copy_up test_copy_up.c
+RUN gcc -O2 -o test_rewinddir test_rewinddir.c