Skip to content

Commit

Permalink
moved to debian 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Giannis Mouchakis committed May 6, 2019
1 parent 2c6ec62 commit 9d1b0e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:8
MAINTAINER Ivan Ermilov <[email protected]>
FROM debian:9

RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
MAINTAINER Ivan Ermilov <[email protected]>
MAINTAINER Giannis Mouchakis <[email protected]>

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -t jessie-backports -y --no-install-recommends openjdk-8-jdk
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends openjdk-8-jdk
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends net-tools curl netcat
Expand Down

0 comments on commit 9d1b0e7

Please sign in to comment.