Skip to content

Commit

Permalink
upgrade alpine to edge to fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaindumont committed Jul 30, 2018
1 parent e002ca9 commit 04af26c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
@@ -1,16 +1,16 @@
FROM node:8-alpine

RUN echo @edge http://nl.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories \
RUN sed -i -e 's/v3.6/edge/g' /etc/apk/repositories \
&& apk add --no-cache \
python \
build-base \
git \
bash \
openjdk8-jre-base \
# chromium dependencies
nss@edge \
harfbuzz@edge \
chromium-chromedriver@edge \
chromium@edge
nss \
chromium-chromedriver \
chromium \
&& apk upgrade --no-cache --available

ENV CHROME_BIN /usr/bin/chromium-browser

0 comments on commit 04af26c

Please sign in to comment.