diff service/store/Dockerfile @ 1452:1dd4da407c0b

build and release config Ignore-this: a1a0231a2811ac29f906ca72d85a8c34 darcs-hash:879bbda36c705de169b0b746f5c4de467b48d142
author drewp <drewp@bigasterisk.com>
date Wed, 25 Sep 2019 17:28:38 -0700
parents 1431cd58803d
children a93fbf0d0daa
line wrap: on
line diff
--- a/service/store/Dockerfile	Wed Sep 25 17:27:35 2019 -0700
+++ b/service/store/Dockerfile	Wed Sep 25 17:28:38 2019 -0700
@@ -3,7 +3,7 @@
 WORKDIR /opt
 
 COPY requirements.txt ./
-RUN pip install -r requirements.txt
+RUN pip install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt
 
 COPY *.py *.html ./