Skip to content

Commit

Permalink
enable debian testing needed for jdk8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeries committed Nov 23, 2015
1 parent ffc97f4 commit d49236a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ VOLUME /var/games/minecraft
EXPOSE 8443 25565-25570


##i want jdk8, so enable debian testing
RUN echo "deb http://httpredir.debian.org/debian/ testing main" >> /etc/apt/sources.list

##update and accept all prompts
RUN apt-get update -y

Expand Down

0 comments on commit d49236a

Please sign in to comment.