Skip to content

Commit 7fc422c

Browse files
committed
Update binder
1 parent af6cb2b commit 7fc422c

3 files changed

Lines changed: 0 additions & 22 deletions

File tree

.binder/Dockerfile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
11
FROM ghcr.io/geocompx/docker:binder
2-
3-
## Declares build arguments
4-
ARG NB_USER
5-
ARG NB_UID
6-
7-
COPY --chown=${NB_USER} . ${HOME}
8-
9-
ENV DEBIAN_FRONTEND=noninteractive
10-
USER root
11-
RUN echo "Checking for 'apt.txt'..." \
12-
; if test -f "apt.txt" ; then \
13-
apt-get update --fix-missing > /dev/null\
14-
&& xargs -a apt.txt apt-get install --yes \
15-
&& apt-get clean > /dev/null \
16-
&& rm -rf /var/lib/apt/lists/* \
17-
; fi
18-
USER ${NB_USER}
19-
20-
## Run an install.R script, if it exists.
21-
RUN if [ -f install.R ]; then R --quiet -f install.R; fi

.binder/apt.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.binder/install.R

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)