Skip to content

Commit 5565179

Browse files
committed
Merge pull request Syncano#22 from Syncano/INFRA-103-ubuntu
[slim_fit] Ubuntu version
2 parents 8325440 + 364419d commit 5565179

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM buildpack-deps:jessie
1+
FROM ubuntu:trusty
22
MAINTAINER "Syncano DevOps Team" <devops@syncano.com>
33

4-
ENV LAST_REFRESHED 2015-12-11
4+
ENV LAST_REFRESHED 2015-12-15
55
ENV export SYNCANO_APIROOT='https://api.syncano.io/'
66

77
COPY requirements.txt /tmp/requirements.txt
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -qqy \
1313
libssl-dev \
1414
libjpeg-dev \
1515
python-dev \
16+
wget \
1617
&& wget https://bootstrap.pypa.io/get-pip.py \
1718
&& python get-pip.py \
1819
&& pip install --upgrade pip \
@@ -25,4 +26,3 @@ RUN chmod 1777 /tmp
2526
RUN groupadd -r syncano && useradd -r -g syncano syncano
2627
USER syncano
2728
CMD ["python"]
28-

0 commit comments

Comments
 (0)