Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b39052a

Browse files
committedApr 5, 2018
use bash to call source*
1 parent 5b7f956 commit b39052a

File tree

2 files changed

+1
-51
lines changed

2 files changed

+1
-51
lines changed
 

‎.docker/Dockerfile

Lines changed: 0 additions & 50 deletions
This file was deleted.

‎.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ WORKDIR /root
105105
RUN mkdir /root/virtualenvironment \
106106
&& virtualenv /root/virtualenvironment/sip419
107107
WORKDIR /root/virtualenvironment/sip419/bin
108-
RUN source activate
108+
RUN bash -c "source activate"
109109
WORKDIR /root
110110
RUN curl -s -S -O https://www.riverbankcomputing.com/hg/sip/archive/tip.tar.gz \
111111
&& tar xzf tip.tar.gz \

0 commit comments

Comments
 (0)
Please sign in to comment.