Skip to content

Commit

Permalink
upgrade alpine to edge
Browse files Browse the repository at this point in the history
needed to get correct harfbuzz version to fix #17
  • Loading branch information
sylvaindumont committed Jul 30, 2018
1 parent 607de7e commit 1cb5dd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
@@ -1,17 +1,17 @@
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 upgrade --no-cache --available \
&& 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

USER node

Expand Down

0 comments on commit 1cb5dd0

Please sign in to comment.