Browse Source

Use fixed image

pull/271/head
Sebastian Stehle 8 years ago
parent
commit
e62d5ce15c
  1. 2
      Dockerfile
  2. 2
      Dockerfile.build
  3. 2
      libs/Dockerfile

2
Dockerfile

@ -1,7 +1,7 @@
# #
# Stage 1, Prebuild # Stage 1, Prebuild
# #
FROM squidex/aspnetcore-build-phantomjs-chromium:2.0.3-jessie as builder FROM squidex/aspnetcore-build-phantomjs-chromium:2.0.3-jessie-fix1 as builder
COPY src/Squidex/package.json /tmp/package.json COPY src/Squidex/package.json /tmp/package.json

2
Dockerfile.build

@ -1,4 +1,4 @@
FROM squidex/aspnetcore-build-phantomjs-chromium:2.0.3-jessie as builder FROM squidex/aspnetcore-build-phantomjs-chromium:2.0.3-jessie-fix1 as builder
COPY src/Squidex/package.json /tmp/package.json COPY src/Squidex/package.json /tmp/package.json

2
libs/Dockerfile

@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y wget --no-install-recommends \
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \ && apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& apt-get purge --auto-remove -y curl \ && apt-get autoremove -y \
&& rm -rf /src/*.deb && rm -rf /src/*.deb
# It's a good idea to use dumb-init to help prevent zombie chrome processes. # It's a good idea to use dumb-init to help prevent zombie chrome processes.

Loading…
Cancel
Save