We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9baa64d commit c15343eCopy full SHA for c15343e
.dockerignore
@@ -1,4 +1,14 @@
1
media
2
collected_static
3
.git
4
+.gitignore
5
whoosh
6
+bower
7
+*.log
8
+~*
9
+*.pyc
10
+.cache
11
+.project
12
+.travis.yml
13
+.env
14
+.idea
Dockerfile
@@ -1,9 +1,9 @@
-FROM alpine:3.8
+FROM alpine:3.10
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 py3-magic postgresql-client poppler-utils antiword \
- curl jq openssh-client vim bash
+ curl jq openssh-client vim bash postgresql-client
RUN apk update --update-cache && apk upgrade
0 commit comments