Skip to content

Commit

Permalink
fixin library names
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jan 4, 2024
1 parent cc7b30e commit 975bb52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions containers/fedora/clang/R-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ARG SSH_PRIV_KEY

# Update package repositories
RUN dnf check-update && dnf -y install \
libssl-dev \
libcurl4-openssl-dev
openssl-devel \
libcurl-devel

# add R to PATH
ENV PATH="/opt/$FLAVOUR/bin:${PATH}"
Expand All @@ -23,6 +23,7 @@ RUN echo 'options(repos =c(CRAN = "https://cran.rstudio.com"))' \
# Get and install packages for local debugging
RUN R -e "install.packages('devtools')" \
&& R -e "install.packages('remotes')" \
&& R -e "install.packages('R.rsp')" \
&& R -e "install.packages('renv')"

# Install dependencies not managed by CRAN
Expand Down

0 comments on commit 975bb52

Please sign in to comment.