Skip to content

Commit 4c53261

Browse files
committed
Remove libsodium lib which is dependency for plumber
1 parent 0c65bd4 commit 4c53261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rstudio/rhel9-python-3.12/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN wget --progress=dot:giga https://download2.rstudio.org/server/rhel9/x86_64/$
125125
mkdir -p /usr/share/doc/R && \
126126
# package installation
127127
# install necessary texlive-framed package to make Knit R markup to PDF rendering possible
128-
dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" texlive-framed && \
128+
dnf install -y libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" texlive-framed && \
129129
dnf clean all && \
130130
rm -rf /var/cache/yum && \
131131
(cd /tmp/utils && ./cve_remediation.sh)

rstudio/rhel9-python-3.12/Dockerfile.cuda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ RUN wget --progress=dot:giga https://download2.rstudio.org/server/rhel9/x86_64/$
136136
mkdir -p /usr/share/doc/R && \
137137
# package installation
138138
# install necessary texlive-framed package to make Knit R markup to PDF rendering possible
139-
dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" texlive-framed && \
139+
dnf install -y libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" texlive-framed && \
140140
dnf clean all && \
141141
rm -rf /var/cache/yum && \
142142
(cd /tmp/utils && ./cve_remediation.sh)

0 commit comments

Comments
 (0)