Skip to content

Commit 3d38ea0

Browse files
committed
docker: build-essential no longer needed
1 parent 95b0ef0 commit 3d38ea0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,9 @@ RUN apt-get update && \
9090
# Micromamba
9191
FROM downloader AS micromamba
9292

93-
# Install a C compiler to build extensions when needed.
94-
# traits<6.4 wheels are not available for Python 3.11+, but build easily.
95-
RUN apt-get update && \
96-
apt-get install -y --no-install-recommends build-essential && \
97-
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
98-
9993
WORKDIR /
10094
# Bump the date to current to force update micromamba
101-
RUN echo "2024.02.06"
95+
RUN echo "2025.08.18"
10296
RUN curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
10397

10498
ENV MAMBA_ROOT_PREFIX="/opt/conda"

0 commit comments

Comments
 (0)