Actualización Dockerfile

This commit is contained in:
AlexLara
2026-03-03 13:30:24 -06:00
parent 857f8f94d4
commit 4b6be3439d

View File

@@ -2,10 +2,9 @@ FROM python:3.10-slim
WORKDIR /code
RUN apt-get update && apt-get install -y \
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
software-properties-common \
git \
&& rm -rf /var/lib/apt/lists/*