Actualizar backend/Dockerfile
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
FROM python:3.11-slim
|
FROM python:3.11-slim-bullseye
|
||||||
|
|
||||||
# Instalar dependencias del sistema y el Driver 17 de SQL Server
|
# Instalar dependencias del sistema y el Driver 17 de SQL Server
|
||||||
RUN apt-get update && apt-get install -y curl gnupg unixodbc unixodbc-dev \
|
RUN apt-get update && apt-get install -y curl gnupg unixodbc unixodbc-dev \
|
||||||
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
|
&& curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
|
||||||
|
|||||||
Reference in New Issue
Block a user