Se modifico dockerfile

This commit is contained in:
2025-07-29 08:59:19 -06:00
parent 5f58fabcfe
commit abb34c3afe

View File

@@ -1,5 +1,5 @@
# Multi-stage build para optimizar el tamaño de la imagen # Multi-stage build para optimizar el tamaño de la imagen
FROM python:3.11-slim as builder FROM python:3.11-slim AS builder
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
gcc \ gcc \