This commit is contained in:
Brian Seymour 2018-09-20 00:49:02 -05:00
parent 80aad50223
commit f719f62f62
6 changed files with 109 additions and 5 deletions

View file

@ -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