-
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
1 parent
bb63a3d
commit 62f47c4
Showing
3 changed files
with
14 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
FROM mazamascience/spatialutils:0.6.5 | ||
FROM mazamascience/spatialutils:0.6.6 | ||
|
||
####################################################################### | ||
# For PWFSLSmoke | ||
RUN apt-get update \ | ||
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/ \ | ||
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds | ||
#RUN apt-get update \ | ||
# && apt-get clean \ | ||
# && rm -rf /var/lib/apt/lists/ \ | ||
# && rm -rf /tmp/downloaded_packages/ /tmp/*.rds | ||
|
||
# Update to latest CRAN version of currently installed R packages | ||
RUN r -e "update.packages(repos = 'https://cran.rstudio.com', \ | ||
ask = FALSE)" | ||
#RUN r -e "update.packages(repos = 'https://cran.rstudio.com', \ | ||
# ask = FALSE)" | ||
|
||
# Install extra R packages from CRAN | ||
RUN install2.r --error -r "https://cran.rstudio.com" \ | ||
optparse \ | ||
PWFSLSmoke | ||
|
||
# Install latest updates from GitHub | ||
RUN installGithub.r \ | ||
mazamascience/PWFSLSmoke | ||
#RUN installGithub.r \ | ||
# mazamascience/PWFSLSmoke | ||
|
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