-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## kasiatemp/ng-update:daily | ||
## kasiatemp/carbon-intensity-data | ||
|
||
FROM rocker/r-ver:4.0.3 | ||
|
||
RUN apt-get update \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
FROM rocker/shiny:4.0.4 | ||
RUN install2.r rsconnect shiny shinyWidgets dygraphs ggplot2 plotly xts dplyr bslib here stringr lubridate viridis intensegRid logger | ||
FROM rocker/shiny:latest | ||
RUN install2.r --skipinstalled --error \ | ||
rsconnect shiny shinyWidgets \ | ||
dygraphs ggplot2 plotly xts viridis \ | ||
dplyr bslib here stringr lubridate \ | ||
intensegRid logger \ | ||
&& rm -rf /tmp/downloaded_packages | ||
|
||
WORKDIR /opt/app |