Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Docker woes - re #286
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinger committed Oct 31, 2017
1 parent 549ab20 commit c1d435d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ RUN md5sum bower.json > bower.json.md5

WORKDIR /opt/django-icekit/

COPY icekit/bower.json /opt/django-icekit/
RUN bower install --allow-root
RUN md5sum bower.json > bower.json.md5

COPY README.rst requirements.txt setup.py /opt/django-icekit/
RUN bash -c 'pip install --no-cache-dir -r <(grep -v setuptools requirements.txt)' # Unpin setuptools dependencies. See: https://github.com/pypa/pip/issues/4264
RUN md5sum requirements.txt > requirements.txt.md5
Expand Down

0 comments on commit c1d435d

Please sign in to comment.