Skip to content

Commit

Permalink
Docker does not allow fuse to be installed, changed Dockerfile to not…
Browse files Browse the repository at this point in the history
  • Loading branch information
radiomix committed Mar 20, 2014
1 parent 8c8e82a commit 386a49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container_builds/01_openjdk7/Dockerfile
Expand Up @@ -17,8 +17,8 @@ RUN apt-get update
RUN apt-get install -y apt-utils

# We need jdk at least version 6, wegt zip :
RUN apt-get install -y openjdk-7-jre
RUN apt-get install -y openjdk-7-jdk
RUN apt-get install -y --no-install-recommends openjdk-7-jre
RUN apt-get install -y --no-install-recommends openjdk-7-jdk
RUN apt-get install -y wget
RUN apt-get install -y zip
RUN apt-get install -y git
Expand Down

0 comments on commit 386a49b

Please sign in to comment.