fix: remove apt package installations

This commit is contained in:
Oliver Booth 2023-12-14 22:10:27 +00:00
parent 95b3ac9695
commit b9e5f4d108
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 0 additions and 1 deletions

View File

@ -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