Skip to content

Commit

Permalink
added xsel to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JHalbauer committed Sep 18, 2024
1 parent e4d706d commit 87f1580
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 87f1580

Please sign in to comment.