Skip to content

Commit

Permalink
Fix issue #240 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
EftyK committed Feb 23, 2022
1 parent 2f1b413 commit e312499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/bindings/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ RUN R -e 'install.packages(c("truncnorm"))'
#update of package raster needed to run specific bindings
RUN R -e 'install.packages(c("raster"))'


# based on https://gist.github.com/remarkablemark/aacf14c29b3f01d6900d13137b21db3a
RUN apt-get update \
RUN apt-get --allow-releaseinfo-change update \
&& apt-get install -y curl \
&& apt-get -y autoclean

Expand Down

0 comments on commit e312499

Please sign in to comment.