We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f575d58 commit eb6aac9Copy full SHA for eb6aac9
1 file changed
Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
libjpeg-dev libtiff-dev libfreetype6-dev libharfbuzz-dev \
8
libfribidi-dev libicu-dev libglpk-dev zlib1g-dev \
9
gfortran pandoc pkg-config \
10
- cmake libnlopt-dev \
+ cmake libnlopt-dev curl ca-certificates \
11
&& rm -rf /var/lib/apt/lists/*
12
13
# 3. Setup Environment
@@ -28,7 +28,7 @@ RUN R -e "options(repos = c(CRAN = 'https://packagemanager.posit.co/cran/__linux
28
29
RUN mkdir -p /opt/renv/library
30
# Now renv::restore will work with the binary override
31
-RUN R -e "renv::restore(library='/opt/renv/library')"
+RUN R -e "renv::restore(library='/opt/renv/library', type='binary')"
32
33
# 5. Copy ALL Application Files
34
COPY . .
0 commit comments