We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec488c6 + 55dac89 commit 75453f9Copy full SHA for 75453f9
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM alpine:3.4
+FROM alpine:3.7
2
3
MAINTAINER Tim Akinbo <[email protected]>
4
5
ADD . /app/
6
RUN set -ex \
7
&& apk add --no-cache --virtual .build-deps \
8
- --repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
+ --repository http://dl-cdn.alpinelinux.org/alpine/v3.7/community/ \
9
build-base \
10
libxml2-dev \
11
libxslt-dev \
@@ -14,7 +14,7 @@ RUN set -ex \
14
py-pip \
15
linux-headers \
16
&& apk add --no-cache --virtual .python-deps \
17
18
python \
19
py-setuptools \
20
libmagic \
0 commit comments