We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a08595 commit 4bfc9efCopy full SHA for 4bfc9ef
sonic-slave/Dockerfile
@@ -321,3 +321,8 @@ RUN add-apt-repository \
321
RUN apt-get update
322
RUN apt-get install -y docker-ce=17.03.2~ce-0~debian-jessie
323
RUN echo "DOCKER_OPTS=\"--experimental --storage-driver=vfs\"" >> /etc/default/docker
324
+
325
+# For jenkins slave
326
+RUN echo "deb http://archive.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
327
+RUN apt-get -o Acquire::Check-Valid-Until=false update
328
+RUN apt-get -y -o Acquire::Check-Valid-Until=false install ca-certificates-java=20161107~bpo8+1 openjdk-8-jdk
0 commit comments