Skip to content

Commit

Permalink
Add missing wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed Nov 30, 2019
1 parent 0aa8b4a commit 98de74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN apt-get install -y ca-certificates

COPY requirements.txt /
COPY wsgi_requirements.txt /
RUN pip3 install wheel
RUN pip3 install -r requirements.txt
RUN pip3 install -r wsgi_requirements.txt
ENV CAIRIS_SRC=/cairis/cairis
Expand Down

0 comments on commit 98de74b

Please sign in to comment.