Fix curl commandline parameters

pull/210/head
yuvipanda 2018-02-02 17:40:18 -08:00
rodzic 39d3e6a8f7
commit 957acbcd2b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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