Skip to content

Commit e18dea3

Browse files
authored
Merge pull request #88 from oceanhackweek/TLDR
Update R as well for cert issue
2 parents 461a00b + f4090b8 commit e18dea3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

r/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ RUN --mount=type=cache,id=ohw_r_apt,target=/var/cache/apt \
4141
libapparmor1 \
4242
libpq5 \
4343
lsb-release \
44-
libclang-dev > /dev/null && \
45-
rm -rf /var/lib/apt/lists/*
44+
ca-certificates \
45+
libclang-dev > /dev/null \
46+
&& update-ca-certificates \
47+
&& rm -rf /var/lib/apt/lists/*
4648

4749
RUN echo "${LC_ALL} UTF-8" > /etc/locale.gen && \
4850
locale-gen

0 commit comments

Comments
 (0)