myriad/languages/c/Dockerfile

8 lines
102 B
Text
Raw Normal View History

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