We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e86fda commit 5df2cefCopy full SHA for 5df2cef
1 file changed
fea/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get install -y libgeos-dev
15
16
RUN apt-get install -y libglpk40 libglpk-dev
17
18
-RUN apt-get install -y libssl1.1
+RUN R -e "install.packages('curl', type='source')"
19
20
# Install R packages
21
RUN R -e 'install.packages("cowplot", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2026-01-29")'
0 commit comments