fix api.Dockerfile

This commit is contained in:
Aaron Blankstein
2018-04-30 18:05:10 -04:00
parent 97ab9379f8
commit f469abac21

View File

@@ -19,7 +19,7 @@ RUN npm -g install aglio --unsafe
COPY . .
# Upgrade pip and install pyparsing
RUN pip install --upgrade pip && pip install pyparsing uwsgi
RUN pip install pyparsing uwsgi
RUN pip install -r api/requirements.txt
# Install Blockstack from source