UNCLASSIFIED

Unverified Commit 62fa8c51 authored by Doug Reynolds's avatar Doug Reynolds
Browse files

Removed installation of compat-openssl and make, not needed

parent 45b51404
Pipeline #440988 passed with stages
in 29 minutes and 1 second
...@@ -20,15 +20,6 @@ RUN chown -R default /var/lib/rstudio-server /var/run/rstudio-server /opt/R/ && ...@@ -20,15 +20,6 @@ RUN chown -R default /var/lib/rstudio-server /var/run/rstudio-server /opt/R/ &&
chmod -R g=u /etc/rstudio && \ chmod -R g=u /etc/rstudio && \
chmod +t /var/run/rstudio-server chmod +t /var/run/rstudio-server
RUN mkdir -p /tmp/repo
COPY signatures/RPM-GPG-KEY-centosofficial /tmp/repo
ADD compat-openssl10.tar.xz /tmp/repo
RUN rpm --import /tmp/repo/RPM-GPG-KEY-centosofficial && \
dnf install -y /tmp/repo/packages/*.rpm && \
rm -frv /tmp/repo && \
dnf clean all -y
USER 1001 USER 1001
EXPOSE 8787 EXPOSE 8787
HEALTHCHECK --start-period=60s CMD rstudio-server status | grep -e "running" HEALTHCHECK --start-period=60s CMD rstudio-server status | grep -e "running"
......
...@@ -34,11 +34,6 @@ resources: ...@@ -34,11 +34,6 @@ resources:
validation: validation:
type: sha256 type: sha256
value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c value: 93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c
- filename: compat-openssl10.tar.xz
url: https://coeusblobstorage.z13.web.core.windows.net/centos/8/compat-openssl10.tar.xz
validation:
type: sha256
value: 0ee7a2a2d59c2f71f42e753d8882de8de91725fa7c3b40f5bb36f8a4f6b637a2
# List of project maintainers # List of project maintainers
maintainers: maintainers:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment