Add libgdiplus package

add libgdiplus to the apt install, to fix issues with certain uMod plugins that require it for image manulption.
This commit is contained in:
MissFox0810 2019-01-04 11:13:01 +00:00 committed by GitHub
parent a5830338b4
commit 6e0f62258e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ MAINTAINER Isaac A., <isaac@isaacs.site>
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 \