We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6cb2b commit 7fc422cCopy full SHA for 7fc422c
3 files changed
.binder/Dockerfile
@@ -1,21 +1 @@
1
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
.binder/install.R
0 commit comments