File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rstudio/rhel9-python-3.12 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ RUN wget --progress=dot:giga https://download2.rstudio.org/server/rhel9/x86_64/$
125
125
mkdir -p /usr/share/doc/R && \
126
126
# package installation
127
127
# 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 && \
129
129
dnf clean all && \
130
130
rm -rf /var/cache/yum && \
131
131
(cd /tmp/utils && ./cve_remediation.sh)
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ RUN wget --progress=dot:giga https://download2.rstudio.org/server/rhel9/x86_64/$
136
136
mkdir -p /usr/share/doc/R && \
137
137
# package installation
138
138
# 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 && \
140
140
dnf clean all && \
141
141
rm -rf /var/cache/yum && \
142
142
(cd /tmp/utils && ./cve_remediation.sh)
You can’t perform that action at this time.
0 commit comments