Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
update Dockerfile for 3.6.2 (#29)
Browse files Browse the repository at this point in the history
* update Dockerfile for 3.6.2

* tidy up
  • Loading branch information
cboettig authored Dec 23, 2019
1 parent eb833e6 commit eaf5e92
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/verse:3.6.1
FROM rocker/verse:3.6.2
MAINTAINER "Carl Boettiger" [email protected]

RUN apt-get update \
Expand Down Expand Up @@ -26,8 +26,9 @@ RUN apt-get update \
protobuf-compiler \
sqlite3 \
tk-dev \
unixodbc-dev \
&& install2.r --error \
unixodbc-dev

RUN install2.r --error \
RColorBrewer \
RandomFields \
RNetCDF \
Expand All @@ -36,7 +37,6 @@ RUN apt-get update \
gstat \
hdf5r \
lidR \
lwgeom \
mapdata \
maptools \
mapview \
Expand All @@ -50,10 +50,9 @@ RUN apt-get update \
sp \
spacetime \
spatstat \
spatialreg \
spdep \
tmap \
geoR \
geosphere \
## from bioconductor
&& R -e "BiocManager::install('rhdf5')"
&& R -e "BiocManager::install('rhdf5', update=FALSE, ask=FALSE)"

0 comments on commit eaf5e92

Please sign in to comment.