Navigation Menu

Skip to content

Commit

Permalink
try in a virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 5, 2018
1 parent e52b231 commit 5b7f956
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .docker/qgis3-build-deps.dockerfile
Expand Up @@ -94,12 +94,18 @@ RUN apt-get update \
mock \
future \
termcolor \
&& apt-get autoremove -y python3-pip python2.7 sip-dev \
virtualenv \
&& apt-get autoremove -y python3-pip python2.7 \
&& apt-get clean

RUN bash -c "echo $(sip -V)"
RUN bash -c "echo $(which sip)"

WORKDIR /root
RUN mkdir /root/virtualenvironment \
&& virtualenv /root/virtualenvironment/sip419
WORKDIR /root/virtualenvironment/sip419/bin
RUN 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 5b7f956

Please sign in to comment.