mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
mvp done
This commit is contained in:
parent
80aad50223
commit
f719f62f62
6 changed files with 109 additions and 5 deletions
|
@ -1,4 +1,11 @@
|
|||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install bash-completion
|
||||
RUN apt-get -y install build-essential
|
||||
RUN apt-get -y install python
|
||||
RUN apt-get -y install python3
|
||||
RUN apt-get -y install ruby
|
||||
RUN apt-get -y install nodejs
|
||||
|
||||
CMD sleep infinity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue