Edward
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
@ -2,7 +2,7 @@ FROM alpine:3.7 |
|
|
|
|
|
|
|
|
ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \ |
|
|
ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \ |
|
|
python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev nodejs py3-lxml \ |
|
|
python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev nodejs py3-lxml \ |
|
|
py3-magic postgresql-client poppler-utils antiword vim |
|
|
py3-magic postgresql-client poppler-utils antiword vim openssh-client |
|
|
|
|
|
|
|
|
RUN apk update --update-cache && apk upgrade |
|
|
RUN apk update --update-cache && apk upgrade |
|
|
|
|
|
|
|
|