Skip to content

Commit

Permalink
Merge pull request #40 from mundialis/add_xsel_for_DOP_SN
Browse files Browse the repository at this point in the history
added xsel to dockerfile
  • Loading branch information
JHalbauer authored Sep 18, 2024
2 parents e4d706d + 87f1580 commit 785d73b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM osgeo/grass-gis:current-alpine
# installations for DOP NW tindex
RUN apk add lynx parallel

# install firefox for DOP SN tindex
RUN apk add firefox
# install firefox and xsel for DOP SN tindex
RUN apk add firefox xsel

# installations for ALKIS LK HE tindex
RUN pip3 install requests remotezip
Expand Down

0 comments on commit 785d73b

Please sign in to comment.