chore: Add comment to reference RStudio license. (kubeflow/kubeflow#5884)
This commit is contained in:
parent
0563160233
commit
51d0acb344
|
|
@ -82,6 +82,7 @@ RUN echo "TZ=${TZ}" >> ${R_HOME}/etc/Renviron.site
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# install - rstudio-server
|
# install - rstudio-server
|
||||||
|
# Affero General Public License may apply to RStudio: https://www.gnu.org/licenses/agpl-3.0.en.html
|
||||||
RUN curl -sL "https://download2.rstudio.org/server/bionic/${RSTUDIO_ARCH}/rstudio-server-${RSTUDIO_VERSION}-${RSTUDIO_ARCH}.deb" -o /tmp/rstudio-server.deb \
|
RUN curl -sL "https://download2.rstudio.org/server/bionic/${RSTUDIO_ARCH}/rstudio-server-${RSTUDIO_VERSION}-${RSTUDIO_ARCH}.deb" -o /tmp/rstudio-server.deb \
|
||||||
&& echo "${RSTUDIO_SHA256} /tmp/rstudio-server.deb" | sha256sum --check \
|
&& echo "${RSTUDIO_SHA256} /tmp/rstudio-server.deb" | sha256sum --check \
|
||||||
&& dpkg -i /tmp/rstudio-server.deb \
|
&& dpkg -i /tmp/rstudio-server.deb \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue