Skip to content

Commit

Permalink
Multiple changes:
Browse files Browse the repository at this point in the history
- Modify JDK & JRE installation command
- Remove vim installation command
  • Loading branch information
ankitjavalkar committed Jan 4, 2018
1 parent 3760055 commit 692c452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_codeserver
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | de
add-apt-repository -y ppa:webupd8team/java && \
apt-get update && \
apt-get install -y oracle-java8-installer && \
apt-get install git python3-pip vim libmysqlclient-dev sudo -y
apt-get install git python3-pip libmysqlclient-dev sudo default-jre default-jdk -y

VOLUME /Sites/online_test

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_django
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER FOSSEE <[email protected]>

RUN apt-get update -y && apt-get install git python3-pip vim libmysqlclient-dev sudo -y

RUN apt-get install apache2 vim libapache2-mod-wsgi-py3 python3-django -y && mkdir -p /Sites/online_test
RUN apt-get install apache2 libapache2-mod-wsgi-py3 python3-django -y && mkdir -p /Sites/online_test

VOLUME /Sites/online_test

Expand Down

0 comments on commit 692c452

Please sign in to comment.