Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Double pin R version
Browse files Browse the repository at this point in the history
apt-get commands such as apt-get install curl will sometimes upgrade the version of R, which we want pinned
  • Loading branch information
RobinL committed Sep 6, 2018
1 parent d0bdaed commit 89ac818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ MAINTAINER Winston Chang "[email protected]"
## instructions followed here.

RUN apt-get update
RUN apt-mark hold r-base-core # apt-get commands such as apt-get install curl will sometimes upgrade the version of R, which we want pinned

RUN apt-get remove -y libperl5.26

Expand Down Expand Up @@ -43,4 +44,4 @@ COPY shiny-server.sh /usr/bin/shiny-server.sh

# COPY shiny-customized.config /etc/shiny-server/shiny-server.conf

CMD ["/usr/bin/shiny-server.sh"]
CMD ["/usr/bin/shiny-server.sh"]

0 comments on commit 89ac818

Please sign in to comment.