Skip to content

Commit 3b2e064

Browse files
committed
master2main
1 parent 60db99d commit 3b2e064

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.binder/Dockerfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FROM rocker/binder:4.0.2
2+
LABEL maintainer='Unknown'
3+
USER root
4+
COPY . ${HOME}
5+
RUN chown -R ${NB_USER} ${HOME}
6+
USER ${NB_USER}
7+
8+
9+
10+
RUN wget https://github.com/libjohn/workshop_webscraping/raw/main/DESCRIPTION && R -e "options(repos = list(CRAN = 'http://mran.revolutionanalytics.com/snapshot/2021-06-08/')); devtools::install_deps()"
11+
12+
RUN rm DESCRIPTION.1; exit 0

0 commit comments

Comments
 (0)