FROM ubuntu:18.04 MAINTAINER Rafael Bernabeu "[email protected]" COPY setups/ /tmp/setups/
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
RUN apt-get update && apt-get install -y software-properties-common apt-transport-https apt-utils wget curl
RUN chmod +x /tmp/setups/create-user-developer && /tmp/setups/create-user-developer
RUN chmod +x /tmp/setups/nautilus/setup && ./tmp/setups/nautilus/setup
RUN apt-get install firefox -y
RUN apt-get install chromium-browser -y
RUN chmod +x /tmp/setups/java8/setup && ./tmp/setups/java8/setup
RUN apt-get install git -y
RUN apt-get install maven -y
RUN apt-get install nodejs -y
RUN apt-get install npm -y
RUN chmod +x /tmp/setups/sublime-text/setup && ./tmp/setups/sublime-text/setup
RUN chmod +x /tmp/setups/intellij/setup && ./tmp/setups/intellij/setup
RUN chmod +x /tmp/setups/vscode/setup && ./tmp/setups/vscode/setup
#RUN chmod +x /tmp/setups/netbeans/setup && ./tmp/setups/netbeans/setup
RUN chmod +x /tmp/setups/wildfly/setup && ./tmp/setups/wildfly/setup
RUN chmod +x /tmp/setups/squirrel/setup && ./tmp/setups/squirrel/setup
RUN chmod +x /tmp/setups/postman/setup && ./tmp/setups/postman/setup
RUN apt-get install -f -y && apt-get clean && rm -rf /tmp/* && rm -rf /var/lib/apt/lists/*
#USER developer ENV HOME /home/developer WORKDIR /home/developer CMD /bin/bash
Content type
Image
Digest
Size
3.9 GB
Last updated
almost 8 years ago
docker pull rbbernabeu/workbench