fix: add missing git to apk installation script. close #1435 (#1436)

This commit is contained in:
Vladimir Starkov
2018-01-11 22:55:33 +01:00
committed by Paul Melnikow
parent 864b194e5c
commit db39093fa7

View File

@@ -1,6 +1,6 @@
FROM node:6.9.2-alpine
RUN apk add --no-cache gettext imagemagick librsvg ttf-dejavu
RUN apk add --no-cache gettext imagemagick librsvg ttf-dejavu git
ENV FALLBACK_FONT_PATH /usr/share/fonts/ttf-dejavu/DejaVuSans.ttf
RUN mkdir -p /usr/src/app