We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4a44c6 + 1795653 commit f8ac69aCopy full SHA for f8ac69a
2 files changed
Dockerfile
@@ -2,14 +2,16 @@ FROM python:2.7
2
3
MAINTAINER "Syncano DevOps Team" <devops@syncano.com>
4
5
-ENV LAST_REFRESHED 2015-12-09
+ENV LAST_REFRESHED 2015-12-10
6
7
RUN apt-get update && apt-get install -qqy git libffi-dev libssl-dev libjpeg-dev
8
9
ENV export SYNCANO_APIROOT='https://api.syncano.io/'
10
11
COPY requirements.txt /tmp/requirements.txt
12
-RUN pip install -r /tmp/requirements.txt
+COPY external_requirements.txt /tmp/external_requirements.txt
13
+RUN pip install -r /tmp/requirements.txt \
14
+ && pip install -r /tmp/external_requirements.txt
15
16
RUN chmod 1777 /tmp
17
# create a special user to run code
external_requirements.txt
@@ -0,0 +1,3 @@
1
+-i https://pypi.fury.io/Nx-poGuiakLbsCzaLwNm/aexol
+aexol==0.1
+
0 commit comments