From 08361a493c0ecc9ad29d782f418f8fe8c70754b8 Mon Sep 17 00:00:00 2001 From: Wael Mohammed Date: Thu, 8 Feb 2024 16:42:44 +0000 Subject: [PATCH] cosmetic change --- inst/deploy_app/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inst/deploy_app/Dockerfile b/inst/deploy_app/Dockerfile index 9d7d64d..b31eb40 100644 --- a/inst/deploy_app/Dockerfile +++ b/inst/deploy_app/Dockerfile @@ -24,8 +24,7 @@ RUN apt-get update && \ # Install package remotes [to allow installGithub.r for github packages]: RUN install2.r data.table remotes devtools rlang rmapshaper sf sp plyr here \ methods assertthat leaflet leaflet.extras leafem leafpop mapview DT waiter \ - webshot satellite servr svglite\ - shinydashboard shinyWidgets shinyjs + webshot satellite servr svglite shinydashboard shinyWidgets shinyjs # Create a working directory in the image: WORKDIR /home/shinyusr