Skip to content

Commit

Permalink
restore slim version and add procps
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Nov 21, 2024
1 parent 9511d7e commit 6249ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG MAKE_JOBS="1"
ARG DEBIAN_FRONTEND="noninteractive"

FROM python:3.8 AS base
FROM python:3.8-slim AS base
FROM buildpack-deps:bookworm AS base-builder

FROM base-builder AS mrtrix3-builder
Expand Down Expand Up @@ -82,6 +82,7 @@ RUN apt-get -qq update \
libtiff5-dev \
python3 \
python3-distutils \
procps \
&& rm -rf /var/lib/apt/lists/*

COPY --from=acpcdetect-installer /opt/art /opt/art
Expand Down

0 comments on commit 6249ad2

Please sign in to comment.