Skip to content

Commit

Permalink
Installing development sf
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent fbf97a8 commit 382b8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libgdal-dev \
gdal-bin \
libproj-dev \
libv8-dev
RUN R -e "install.packages('sf')"
RUN R -e "remotes::install_github('r-spatial/sf')"
RUN R -e "install.packages('udunits2')"

RUN apt-get clean \
Expand Down

0 comments on commit 382b8e3

Please sign in to comment.