We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8325440 + 364419d commit 5565179Copy full SHA for 5565179
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM buildpack-deps:jessie
+FROM ubuntu:trusty
2
MAINTAINER "Syncano DevOps Team" <devops@syncano.com>
3
4
-ENV LAST_REFRESHED 2015-12-11
+ENV LAST_REFRESHED 2015-12-15
5
ENV export SYNCANO_APIROOT='https://api.syncano.io/'
6
7
COPY requirements.txt /tmp/requirements.txt
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -qqy \
13
libssl-dev \
14
libjpeg-dev \
15
python-dev \
16
+ wget \
17
&& wget https://bootstrap.pypa.io/get-pip.py \
18
&& python get-pip.py \
19
&& pip install --upgrade pip \
@@ -25,4 +26,3 @@ RUN chmod 1777 /tmp
25
26
RUN groupadd -r syncano && useradd -r -g syncano syncano
27
USER syncano
28
CMD ["python"]
-
0 commit comments