Skip to content
Snippets Groups Projects
Commit cff3ae6e authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

remove option

parent 9f8b1b80
No related branches found
No related tags found
1 merge request!3cleanup Dockerfile
Pipeline #101863 passed
......@@ -9,5 +9,5 @@ if [ "$SHINY_SERVER_VERSION" = "latest" ]; then
fi
wget --no-verbose "https://download3.rstudio.org/ubuntu-18.04/x86_64/shiny-server-${SHINY_SERVER_VERSION}-amd64.deb" -O /tmp/shiny.deb
apt install -n /tmp/shiny.deb
apt install /tmp/shiny.deb
rm /tmp/shiny.deb
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment