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 a6f5574 commit 491558dCopy full SHA for 491558d
Dockerfile
@@ -9,7 +9,7 @@ LABEL org.label-schema.license="GPL-2.0" \
9
10
## Needed in case a base package has an interactive question
11
## (as e.g. base-passwd in Oct 2020)
12
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
13
14
## From the Build-Depends of the Debian R package, plus subversion
15
## Check out R-devel
@@ -22,6 +22,7 @@ RUN apt-get update -qq \
22
&& apt-get install -y --no-install-recommends \
23
bash-completion \
24
bison \
25
+ curl \
26
debhelper \
27
default-jdk \
28
g++ \
0 commit comments