Merge pull request #36 from MissFox0810/patch-1

Add libgdiplus package
This commit is contained in:
Michael (Parker) Parker 2019-01-04 08:57:24 -05:00 committed by GitHub
commit a1c29aa2e2
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 \ RUN apt update \
&& apt upgrade -y \ && 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 - \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt install -y nodejs \ && apt install -y nodejs \
&& mkdir /node_modules \ && mkdir /node_modules \