myriad/languages/c/Dockerfile

8 lines
102 B
Docker
Raw Normal View History

2019-07-09 11:19:41 +02:00
FROM alpine
LABEL author="1Computer1"
RUN apk update
RUN apk add gcc libc-dev
COPY run.sh /var/run/