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
|
WORKDIR /app
|
||||||
|
|
||||||
# Instalar dependencias de Chromium en la imagen de ASP.NET (basada en Debian)
|
# Instalar dependencias de Chromium en la imagen de ASP.NET (basada en Debian)
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
libgconf-2-4 \
|
libgbm1 libgbm-dev \
|
||||||
libgdk-pixbuf2.0-0 \
|
libgconf-2-4 libgdk-pixbuf2.0-0 libgtk-3-0 \
|
||||||
libgtk-3-0 \
|
libnss3 libxss1 libasound2 libxtst6 \
|
||||||
libnss3 \
|
ca-certificates fonts-liberation lsb-release xdg-utils wget \
|
||||||
libxss1 \
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
libasound2 \
|
|
||||||
libxtst6 \
|
|
||||||
--no-install-recommends && \
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
|
|
||||||
COPY --from=publish /app/publish .
|
COPY --from=publish /app/publish .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user