Skip to content

Commit

Permalink
bash and zsh only
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Nov 20, 2015
1 parent 9020126 commit c4f35da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ USER main
COPY requirements.txt /tmp/requirements.txt
RUN cd /tmp && \
pip install -r requirements.txt && \
. activate python3 && \
pip install -r requirements.txt
bash -c "source activate python3 && \
pip install -r requirements.txt"

0 comments on commit c4f35da

Please sign in to comment.