summaryrefslogtreecommitdiffhomepage
path: root/images/basic/hostoverlaytest/Dockerfile
blob: d83439e9c5e0be5deb0ed3510b91290628cbdcf8 (plain)
1
2
3
4
5
6
7
FROM ubuntu:bionic

WORKDIR /root
COPY . .

RUN apt-get update && apt-get install -y gcc
RUN gcc -O2 -o test test.c