Skip to content

Commit

Permalink
MP-1215 apt cleanup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurDaukaevMoonvision committed Jan 8, 2025
1 parent d8c3d26 commit 51b7303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/python-base/DockerfileUV
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# This stage is copied from mambaorg/micromamba Dockerfile and contains everything except the actual micromamba stuff
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
&& rm -rf /var/lib/apt/lists/*

ARG CERT_SOURCE='/etc/ssl/certs/ca-certificates.crt'
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV ENV_NAME="base"

Expand Down

0 comments on commit 51b7303

Please sign in to comment.