summaryrefslogtreecommitdiffhomepage
path: root/images/basic/linktest/Dockerfile
blob: baebc9b76c9b09fcfb0aabbe9a988f95f1ac2452 (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 link_test link_test.c