Add ability for multiple compilers; add Python2

This commit is contained in:
1computer1 2019-03-13 01:13:49 -04:00
parent 318a485bfb
commit 2dd50d8069
6 changed files with 33 additions and 7 deletions

View file

@ -0,0 +1,8 @@
FROM alpine
LABEL author="1Computer1"
RUN apk update
RUN apk add build-base python2
COPY run.sh /var/run/
WORKDIR /var/ws

2
docker/python2/run.sh Normal file
View file

@ -0,0 +1,2 @@
echo "$1" > program.py
python program.py