Skip to content

Commit

Permalink
Instala o gedit e configura o java no oment.
Browse files Browse the repository at this point in the history
  • Loading branch information
souzagaabriel committed May 13, 2019
1 parent cd7a9aa commit 8297929
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion omnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN chmod 0755 /docker-entrypoint.sh && \
RUN apt-get install -y \
clang \
git \
gedit \
wget \
vim \
build-essential \
Expand Down Expand Up @@ -61,13 +62,17 @@ RUN apt-get install -y \
qt5-default \
libxml2-dev \
zlib1g-dev \
default-jre \
openjdk-8-jre \
# default-jre \
libwebkitgtk-3.0-0 \
openmpi-bin \
libopenmpi-dev

# OMNeT++ 5

# Define versao do Java
RUN update-java-alternatives -s java-1.8.0-openjdk-amd64

# Create working directory
RUN mkdir -p /opt/omnetpp
WORKDIR /opt/omnetpp
Expand Down

0 comments on commit 8297929

Please sign in to comment.