Skip to content

Commit

Permalink
Based on ubuntu 16.04, install dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonackermann committed Jul 21, 2016
1 parent 6a552b2 commit 779c423
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04

#
# IGUANA Benchmark in a Docker container
Expand All @@ -11,6 +11,7 @@ FROM ubuntu:14.04
# /start.sh To start the benchmark (autostart)
#

MAINTAINER Simeon Ackermann <[email protected]>
MAINTAINER Konrad Abicht <[email protected]>

# Let the conatiner know that there is no tty
Expand All @@ -20,7 +21,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get clean && apt-get update

# install some java
RUN apt-get install -y openjdk-7-jre
RUN apt-get install -y netcat openjdk-8-jre

# create /iguana
RUN mkdir /iguana
Expand Down

0 comments on commit 779c423

Please sign in to comment.