2018-09-20 04:58:50 +02:00
|
|
|
FROM ubuntu:18.04
|
|
|
|
|
|
|
|
RUN apt-get update
|
2018-09-20 07:49:02 +02:00
|
|
|
RUN apt-get -y install bash-completion
|
|
|
|
RUN apt-get -y install build-essential
|
|
|
|
RUN apt-get -y install python
|
2018-09-20 04:58:50 +02:00
|
|
|
RUN apt-get -y install python3
|
2018-09-20 07:49:02 +02:00
|
|
|
RUN apt-get -y install ruby
|
|
|
|
RUN apt-get -y install nodejs
|