Skip to content

Commit

Permalink
MP-1215 Fix baseimage for python-base
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurDaukaevMoonvision committed Jan 8, 2025
1 parent bf38f4a commit 19296a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/python-base/DockerfileUV
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ARG baseimage='debian:12-slim'

# This stage is copied from mambaorg/micromamba Dockerfile and contains everything except the actual micromamba stuff
FROM $baseimage AS preparation_stage
FROM debian:12-slim AS preparation_stage
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates \
&& rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log

Expand Down

0 comments on commit 19296a4

Please sign in to comment.