summaryrefslogtreecommitdiffhomepage
path: root/images/basic/hostoverlaytest/Dockerfile
blob: 6cef1a542ac1fa9f02819f60eb0273bc72181200 (plain)
1
2
3
4
5
6
7
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