We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c142b commit a6ccf81Copy full SHA for a6ccf81
repo2docker/buildpacks/_r_base.py
@@ -47,7 +47,7 @@ def rstudio_base_scripts(r_version):
47
fi && \
48
curl --silent --location --fail ${{RSTUDIO_URL}} > /tmp/rstudio.deb && \
49
curl --silent --location --fail {shiny_server_url} > /tmp/shiny.deb && \
50
- echo "${{RSTUDIO_HASH}} /tmp/rstudio.deb' | sha256sum -c - && \
+ echo "${{RSTUDIO_HASH}} /tmp/rstudio.deb" | sha256sum -c - && \
51
echo '{shiny_sha256sum} /tmp/shiny.deb' | sha256sum -c - && \
52
apt install -y --no-install-recommends /tmp/rstudio.deb /tmp/shiny.deb && \
53
rm /tmp/*.deb && \
0 commit comments