Skip to content

Commit

Permalink
update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeries committed Dec 19, 2015
1 parent 84d999d commit 2c4a3fa
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 @@ -8,7 +8,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

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

#update and accept all prompts
RUN apt-get update -y && apt-get install -y \
Expand Down

0 comments on commit 2c4a3fa

Please sign in to comment.