Skip to content

Commit

Permalink
Merge pull request #88 from oceanhackweek/TLDR
Browse files Browse the repository at this point in the history
Update R as well for cert issue
  • Loading branch information
abkfenris authored Aug 26, 2024
2 parents 461a00b + f4090b8 commit e18dea3
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 e18dea3

Please sign in to comment.