Skip to content

Commit

Permalink
Install grass-session package after the proper link to the GISBASE is…
Browse files Browse the repository at this point in the history
… created
  • Loading branch information
zarch committed Apr 15, 2020
1 parent 77984e0 commit 5cfebfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/alpine/Dockerfile_alpine
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ COPY --from=build /usr/local/bin/grass /usr/local/bin/grass
COPY --from=build /usr/local/grass* /usr/local/grass/
# pip 20.0.0 fix
RUN apk add curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py pip==20.0.2 && rm get-pip.py
RUN pip3 install --upgrade pip six grass-session
RUN ln -s /usr/local/grass /usr/local/grass7
RUN ln -s /usr/local/grass `grass --config path`
RUN pip3 install --upgrade pip six grass-session
RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
pdal --version && \
python3 --version
Expand Down

0 comments on commit 5cfebfe

Please sign in to comment.