myriad/languages/c/Dockerfile

7 lines
98 B
Docker

FROM alpine
LABEL author="1Computer1"
RUN apk add --no-cache gcc libc-dev
COPY run.sh /var/run/