Skip to content
Snippets Groups Projects
Commit fe165adc authored by Carl Boettiger's avatar Carl Boettiger
Browse files

force yes

parent 51635ced
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ RUN apt-get update \
> /etc/services.d/rstudio/run
## Temp measure for RStudio bug(?) https://support.rstudio.com/hc/en-us/community/posts/245035627-RStudio-erroneously-asks-to-install-build-tools-when-they-are-already-installed
RUN apt-get update && apt-get -y install --no-install-recommends r-base-core
RUN apt-get update && apt-get -y install --force-yes --no-install-recommends r-base-core
COPY userconf.sh /etc/cont-init.d/conf
EXPOSE 8787
......
......@@ -60,7 +60,7 @@ RUN apt-get update \
> /etc/services.d/rstudio/run
## Temp measure for RStudio bug(?) https://support.rstudio.com/hc/en-us/community/posts/245035627-RStudio-erroneously-asks-to-install-build-tools-when-they-are-already-installed
RUN apt-get update && apt-get -y install --no-install-recommends r-base-core
RUN apt-get update && apt-get -y install --force-yes --no-install-recommends r-base-core
COPY userconf.sh /etc/cont-init.d/conf
EXPOSE 8787
......
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