pradelf commited on
Commit
6e069bb
·
1 Parent(s): e62736e

Retrait du package software-properties-common

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -3,7 +3,6 @@ FROM python:3.13-slim
3
  RUN apt-get update && apt-get install -y \
4
  build-essential \
5
  curl \
6
- software-properties-common \
7
  git \
8
  && rm -rf /var/lib/apt/lists/*
9
 
 
3
  RUN apt-get update && apt-get install -y \
4
  build-essential \
5
  curl \
 
6
  git \
7
  && rm -rf /var/lib/apt/lists/*
8