Skip to content

Commit

Permalink
Docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
gfmg committed Oct 24, 2024
1 parent e060a5c commit a1c2779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rocker/shiny:4.2.1
MAINTAINER Marine Institute

# first install ssl and gdal (needed for soem of the packaage we will install in a moment)
RUN sudo apt-get update && apt-get install -y libssl-dev libudunits2-0 libudunits2-dev libproj-dev libgdal-dev && apt-get clean && rm -rf /var/lib/apt/lists/ && rm -rf /tmp/downloaded_packages/ /tmp/*.rds
RUN sudo apt-get update && apt-get upgrade -y && apt-get install -y libssl-dev libudunits2-0 libudunits2-dev libproj-dev libgdal-dev && apt-get clean && rm -rf /var/lib/apt/lists/ && rm -rf /tmp/downloaded_packages/ /tmp/*.rds

# Install required packages (add additional package installs after these lines)
RUN sudo chown -R shiny:shiny /var/lib/shiny-server/
Expand Down

0 comments on commit a1c2779

Please sign in to comment.