parent
e72f741e78
commit
2c1f55069f
@ -1,4 +1,4 @@
|
|||||||
FROM circleci/node:8.9.2-browsers
|
FROM circleci/node:10.9.0-browsers
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ RUN mkdir ~/.npm-global \
|
|||||||
# in the circleci/*-browsers base image above.
|
# in the circleci/*-browsers base image above.
|
||||||
# This variable is intended to be used by passing it as an argument to
|
# This variable is intended to be used by passing it as an argument to
|
||||||
# "postinstall": "webdriver-manager update ..."
|
# "postinstall": "webdriver-manager update ..."
|
||||||
ENV CHROMEDRIVER_VERSION_ARG "--versions.chrome 2.33"
|
ENV CHROMEDRIVER_VERSION_ARG "--versions.chrome 2.41"
|
||||||
|
|
||||||
WORKDIR /home/circleci
|
WORKDIR /home/circleci
|
||||||
ENTRYPOINT ["/bin/bash", "--login"]
|
ENTRYPOINT ["/bin/bash", "--login"]
|
||||||
|
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
This docker container provides everything needed to build and test Angular applications:
|
This docker container provides everything needed to build and test Angular applications:
|
||||||
|
|
||||||
- node 8.9.2
|
- node 10.9.0
|
||||||
- npm 5.5.1
|
- npm 6.2.0
|
||||||
- yarn 1.3.2
|
- yarn 1.9.2
|
||||||
- Java 8 (for Closure Compiler and Bazel)
|
- Java 8 (for Closure Compiler and Bazel)
|
||||||
- Bazel build tool v0.16.0 - http://bazel.build
|
- Bazel build tool v0.16.0 - http://bazel.build
|
||||||
- Google Chrome 63.0.3239.84
|
- Google Chrome 69.0.3497.81
|
||||||
- Mozilla Firefox 47.0.1
|
- Mozilla Firefox 47.0.1
|
||||||
- xvfb (virtual framebuffer) for headless testing
|
- xvfb (virtual framebuffer) for headless testing
|
||||||
- Brotli compression utility, making smaller files than gzip
|
- Brotli compression utility, making smaller files than gzip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user