Skip to content

Commit 491558d

Browse files
committed
Install curl, use env key=value
1 parent a6f5574 commit 491558d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL org.label-schema.license="GPL-2.0" \
99

1010
## Needed in case a base package has an interactive question
1111
## (as e.g. base-passwd in Oct 2020)
12-
ENV DEBIAN_FRONTEND noninteractive
12+
ENV DEBIAN_FRONTEND=noninteractive
1313

1414
## From the Build-Depends of the Debian R package, plus subversion
1515
## Check out R-devel
@@ -22,6 +22,7 @@ RUN apt-get update -qq \
2222
&& apt-get install -y --no-install-recommends \
2323
bash-completion \
2424
bison \
25+
curl \
2526
debhelper \
2627
default-jdk \
2728
g++ \

0 commit comments

Comments
 (0)