From 6e0f62258eed0af8592864ba7798899467656917 Mon Sep 17 00:00:00 2001 From: MissFox0810 Date: Fri, 4 Jan 2019 11:13:01 +0000 Subject: [PATCH] Add libgdiplus package add libgdiplus to the apt install, to fix issues with certain uMod plugins that require it for image manulption. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e14f64..f98cf18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Isaac A., RUN apt update \ && apt upgrade -y \ - && apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 \ + && apt install -y lib32gcc1 lib32stdc++6 unzip curl iproute2 libgdiplus \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && apt install -y nodejs \ && mkdir /node_modules \