Skip to content

Commit 2ee13e1

Browse files
committed
R image: update miniconda image to the latest, and add libarchive13 and libfmt-dev deb packages
1 parent 694c22c commit 2ee13e1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

r/Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#syntax=docker/dockerfile:1.3
2-
FROM continuumio/miniconda3:4.12.0@sha256:58b1c7df8d69655ffec017ede784a075e3c2e9feff0fc50ef65300fc75aa45ae
2+
# FROM continuumio/miniconda3:4.12.0@sha256:58b1c7df8d69655ffec017ede784a075e3c2e9feff0fc50ef65300fc75aa45ae
3+
FROM continuumio/miniconda3:24.9.2-0@sha256:39b820af05f0f9bb986ca145a0d077bbd3bd866256277dd869fefb93bd03cd21
34

45
ENV NB_USER jovyan
56
ENV NB_UID 1000
@@ -39,7 +40,14 @@ RUN --mount=type=cache,id=ohw_r_apt,target=/var/cache/apt \
3940
locales \
4041
psmisc \
4142
sudo \
43+
# 11/14/24: should this lib version be udpated?
4244
libapparmor1 \
45+
# 11/14/24: Neither libarchive-dev nor libarchive13 solved the error:
46+
# Error while loading conda entry point: conda-libmamba-solver (libarchive.so.20: cannot open shared object file: No such file or directory)
47+
# libarchive-dev \
48+
libarchive13 \
49+
libfmt-dev \
50+
# 11/14/24: should this lib version be udpated?
4351
libpq5 \
4452
libssl-dev \
4553
lsb-release \

0 commit comments

Comments
 (0)