Fix libs
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 52m31s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 52m31s
This commit is contained in:
@@ -29,16 +29,12 @@ FROM mcr.microsoft.com/dotnet/aspnet:9.0
|
||||
WORKDIR /app
|
||||
|
||||
# Instalar dependencias de Chromium en la imagen de ASP.NET (basada en Debian)
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libgconf-2-4 \
|
||||
libgdk-pixbuf2.0-0 \
|
||||
libgtk-3-0 \
|
||||
libnss3 \
|
||||
libxss1 \
|
||||
libasound2 \
|
||||
libxtst6 \
|
||||
--no-install-recommends && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libgbm1 libgbm-dev \
|
||||
libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 \
|
||||
libnss3 libxss1 libasound2 libxtst6 \
|
||||
ca-certificates fonts-liberation lsb-release xdg-utils wget \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=publish /app/publish .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user