@ -2,24 +2,10 @@ FROM circleci/node:10.9.0-browsers
|
||||
|
||||
USER root
|
||||
|
||||
###
|
||||
# Java install
|
||||
# See https://github.com/docker-library/openjdk/blob/415b0cc42d91ef5d70597d8a24d942967728242b/8-jdk/Dockerfile
|
||||
# see https://bugs.debian.org/775775
|
||||
# and https://github.com/docker-library/java/issues/19#issuecomment-70546872
|
||||
RUN JAVA_DEBIAN_VERSION="8u131-b11-1~bpo8+1" \
|
||||
&& CA_CERTIFICATES_JAVA_VERSION="20161107~bpo8+1" \
|
||||
&& echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
openjdk-8-jre-headless="$JAVA_DEBIAN_VERSION" \
|
||||
ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
###
|
||||
# Bazel install
|
||||
# See https://bazel.build/versions/master/docs/install-ubuntu.html#using-bazel-custom-apt-repository-recommended
|
||||
RUN BAZEL_VERSION="0.16.0" \
|
||||
RUN BAZEL_VERSION="0.16.1" \
|
||||
&& wget -q -O - https://bazel.build/bazel-release.pub.gpg | apt-key add - \
|
||||
&& echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" > /etc/apt/sources.list.d/bazel.list \
|
||||
&& apt-get update \
|
||||
|
@ -6,7 +6,7 @@ This docker container provides everything needed to build and test Angular appli
|
||||
- npm 6.2.0
|
||||
- yarn 1.9.2
|
||||
- Java 8 (for Closure Compiler and Bazel)
|
||||
- Bazel build tool v0.16.0 - http://bazel.build
|
||||
- Bazel build tool v0.16.1 - http://bazel.build
|
||||
- Google Chrome 69.0.3497.81
|
||||
- Mozilla Firefox 47.0.1
|
||||
- xvfb (virtual framebuffer) for headless testing
|
||||
|
Reference in New Issue
Block a user