Skip to content

Commit e311f24

Browse files
committed
Ensure we have curl in IR images
for toolkit
1 parent 5f01453 commit e311f24

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ir/ir-base/install_R_source.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ fi
3737
apt-get install -y --no-install-recommends \
3838
bash-completion \
3939
ca-certificates \
40+
curl \
4041
file \
4142
fonts-texgyre \
4243
g++ \
@@ -61,7 +62,7 @@ apt-get install -y --no-install-recommends \
6162
zip \
6263
zlib1g
6364

64-
BUILDDEPS="curl \
65+
BUILDDEPS="\
6566
default-jdk \
6667
devscripts \
6768
libbz2-dev \

ir/ir-with-libs/Dockerfile.ir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM deepnote/ir:${R_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*
77
RUN mkdir -p /usr/share/man/man1/
88

99
# Install R lib dependencies
10-
ENV BUILDDEPS="curl \
10+
ENV BUILDDEPS="\
1111
default-jdk \
1212
devscripts \
1313
libbz2-dev \

0 commit comments

Comments
 (0)