myriad/languages/cpp/Dockerfile

7 lines
89 B
Text
Raw Normal View History

2019-07-09 11:19:41 +02:00
FROM alpine
LABEL author="1Computer1"
2021-05-12 07:30:49 +02:00
RUN apk add --no-cache g++
2019-07-09 11:19:41 +02:00
COPY run.sh /var/run/