Skip to content

Commit

Permalink
added -y parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hibas123 authored Dec 20, 2016
1 parent 834718f commit 966aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update; \

RUN less /etc/apt/sources.list

RUN apt-get update; apt-get -t jessie-backports install openjdk-8-jre-headless;
RUN apt-get update; apt-get -t -y jessie-backports install openjdk-8-jre-headless;

# Installing MineOS scripts
RUN mkdir -p /usr/games /var/games/minecraft; \
Expand Down

0 comments on commit 966aa87

Please sign in to comment.