From b9e5f4d1086ee6baf00aaf31191f4c40430bc11f Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Thu, 14 Dec 2023 22:10:27 +0000 Subject: [PATCH] fix: remove apt package installations --- OliverBooth/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/OliverBooth/Dockerfile b/OliverBooth/Dockerfile index b9596e0..40e2a42 100644 --- a/OliverBooth/Dockerfile +++ b/OliverBooth/Dockerfile @@ -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