Skip to content

Commit

Permalink
Changed units to udunits2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lextuga007 committed Jun 17, 2024
1 parent 24a2016 commit fbf97a8
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 @@ -23,7 +23,7 @@ gdal-bin \
libproj-dev \
libv8-dev
RUN R -e "install.packages('sf')"
RUN R -e "install.packages('units')"
RUN R -e "install.packages('udunits2')"

RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit fbf97a8

Please sign in to comment.