Skip to content

Commit

Permalink
use bash to call source*
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 5, 2018
1 parent 5b7f956 commit b39052a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
50 changes: 0 additions & 50 deletions .docker/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -105,7 +105,7 @@ WORKDIR /root
RUN mkdir /root/virtualenvironment \
&& virtualenv /root/virtualenvironment/sip419
WORKDIR /root/virtualenvironment/sip419/bin
RUN source activate
RUN bash -c "source activate"
WORKDIR /root
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
&& tar xzf tip.tar.gz \
Expand Down

0 comments on commit b39052a

Please sign in to comment.