Initial commit
This commit is contained in:
commit
93a4378475
62 changed files with 864 additions and 0 deletions
7
languages/cpp/Dockerfile
Normal file
7
languages/cpp/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
RUN apk update
|
||||
RUN apk add g++
|
||||
|
||||
COPY run.sh /var/run/
|
Loading…
Add table
Add a link
Reference in a new issue