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/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/images/basic/hostoverlaytest/Dockerfile b/images/basic/hostoverlaytest/Dockerfile
index d83439e9c..6cef1a542 100644
--- a/images/basic/hostoverlaytest/Dockerfile
+++ b/images/basic/hostoverlaytest/Dockerfile
@@ -4,4 +4,5 @@ WORKDIR /root
COPY . .
RUN apt-get update && apt-get install -y gcc
-RUN gcc -O2 -o test test.c
+RUN gcc -O2 -o test_copy_up test_copy_up.c
+RUN gcc -O2 -o test_rewinddir test_rewinddir.c