kopia lustrzana https://github.com/jupyterhub/repo2docker
Fix curl commandline parameters
rodzic
39d3e6a8f7
commit
957acbcd2b
|
@ -146,7 +146,7 @@ class RBuildPack(PythonBuildPack):
|
|||
"root",
|
||||
# Install RStudio!
|
||||
r"""
|
||||
curl --quiet -L --fail {rstudio_url} > /tmp/rstudio.deb && \
|
||||
curl --silent --location --fail {rstudio_url} > /tmp/rstudio.deb && \
|
||||
echo '{rstudio_checksum} /tmp/rstudio.deb' | md5sum -c - && \
|
||||
dpkg -i /tmp/rstudio.deb && \
|
||||
rm /tmp/rstudio.deb
|
||||
|
|
Ładowanie…
Reference in New Issue