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 5f01453 commit e311f24Copy full SHA for e311f24
ir/ir-base/install_R_source.sh
@@ -37,6 +37,7 @@ fi
37
apt-get install -y --no-install-recommends \
38
bash-completion \
39
ca-certificates \
40
+ curl \
41
file \
42
fonts-texgyre \
43
g++ \
@@ -61,7 +62,7 @@ apt-get install -y --no-install-recommends \
61
62
zip \
63
zlib1g
64
-BUILDDEPS="curl \
65
+BUILDDEPS="\
66
default-jdk \
67
devscripts \
68
libbz2-dev \
ir/ir-with-libs/Dockerfile.ir
@@ -7,7 +7,7 @@ FROM deepnote/ir:${R_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*
7
RUN mkdir -p /usr/share/man/man1/
8
9
# Install R lib dependencies
10
-ENV BUILDDEPS="curl \
+ENV BUILDDEPS="\
11
12
13
0 commit comments