Upgrade mermaid cli and add missing package in Dockerfile

This commit is contained in:
Tom Wright
2021-08-14 16:15:36 +01:00
parent a35e3d7085
commit 750e8c7ea9
3 changed files with 143 additions and 144 deletions

View File

@@ -64,6 +64,7 @@ RUN apt-get update 2>/dev/null && \
lsb-release \
xdg-utils \
wget \
libxshmfence1 \
2>/dev/null
COPY --from=go /root/bin/app ./app