Se modifico dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 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 \
|
||||
gcc \
|
||||
|
||||
Reference in New Issue
Block a user