Skip to content

Commit

Permalink
Update R as well for cert issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Aug 26, 2024
1 parent 461a00b commit f4090b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ RUN --mount=type=cache,id=ohw_r_apt,target=/var/cache/apt \
libapparmor1 \
libpq5 \
lsb-release \
libclang-dev > /dev/null && \
rm -rf /var/lib/apt/lists/*
ca-certificates \
libclang-dev > /dev/null \
&& update-ca-certificates \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit f4090b8

Please sign in to comment.