Skip to content

Commit

Permalink
install docker requirements immediatly, not just in downstream builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Nov 20, 2016
1 parent ec3aa7f commit ece5128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3-onbuild

ONBUILD RUN pip install --no-cache-dir -r docker_requirements.txt
RUN pip install --no-cache-dir -r docker_requirements.txt

ENV PYTHONUNBUFFERED 1
ENV DJANGO_SETTINGS_MODULE ofm_helper.settings.prod
Expand Down

1 comment on commit ece5128

@StegSchreck
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#49

Please sign in to comment.