fix: remove apt package installations
This commit is contained in:
parent
95b3ac9695
commit
b9e5f4d108
@ -2,7 +2,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
RUN apt install -y libc6-dev libgdiplus
|
||||
|
||||
FROM node:20-alpine as build-deps
|
||||
WORKDIR /src
|
||||
|
Loading…
Reference in New Issue
Block a user