Upload SVG as shapes

This commit is contained in:
alonso.torres 2021-01-07 12:26:55 +01:00
parent 5b79928590
commit 802f19453d
28 changed files with 839 additions and 244 deletions

View file

@ -133,7 +133,8 @@ RUN set -ex; \
mv /tmp/node/node-$NODE_VERSION-linux-x64 /usr/local/nodejs; \
chown -R root /usr/local/nodejs; \
/usr/local/nodejs/bin/npm install -g yarn; \
rm -rf /tmp/node;
/usr/local/nodejs/bin/npm install -g svgo; \
rm -rf /tmp/node;
RUN set -ex; \
cd /tmp; \