Skip to content

Commit c15343e

Browse files
Bump Alpine version
1 parent 9baa64d commit c15343e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.dockerignore

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
media
22
collected_static
33
.git
4+
.gitignore
45
whoosh
6+
bower
7+
*.log
8+
~*
9+
*.pyc
10+
.cache
11+
.project
12+
.travis.yml
13+
.env
14+
.idea

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.8
1+
FROM alpine:3.10
22

33
ENV BUILD_PACKAGES postgresql-dev graphviz-dev graphviz build-base git pkgconfig \
44
python3-dev libxml2-dev jpeg-dev libressl-dev libffi-dev libxslt-dev \
55
nodejs py3-lxml py3-magic postgresql-client poppler-utils antiword \
6-
curl jq openssh-client vim bash
6+
curl jq openssh-client vim bash postgresql-client
77

88
RUN apk update --update-cache && apk upgrade
99

0 commit comments

Comments
 (0)