Skip to content

Commit

Permalink
Merge pull request #122 from GoekeLab/quant-dev
Browse files Browse the repository at this point in the history
Added docker file

Former-commit-id: 12c73aa
  • Loading branch information
cying111 authored Jun 23, 2020
2 parents 0d8d943 + 1a03a9d commit 3cac0fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
################## BASE IMAGE ######################
FROM rocker/r-ubuntu:18.04

# Install required libraries -- using prebuild binaries where available
RUN apt-get update && apt-get install -y \
aptitude \
libcurl4-openssl-dev \
libxml2-dev \
git \
r-cran-devtools \
r-cran-git2r \
r-cran-xml \
r-cran-rcurl \
sudo

# Install plr -- for now (?) from GH; also install visualTest
RUN installGithub.r Goekelab/bambu \
&& rm -rf /tmp/downloaded_packages/

0 comments on commit 3cac0fb

Please sign in to comment.