We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df2cef commit 25ebfddCopy full SHA for 25ebfdd
fea/Dockerfile
@@ -15,6 +15,8 @@ RUN apt-get install -y libgeos-dev
15
16
RUN apt-get install -y libglpk40 libglpk-dev
17
18
+ RUN apt-get install -y libicu-dev
19
+
20
RUN R -e "install.packages('curl', type='source')"
21
22
# Install R packages
0 commit comments