Add some missing dependencies in the dockerfile

This commit is contained in:
Tom Wright
2020-08-09 11:32:58 +01:00
parent 6f4c18d324
commit 8ae99344d1
3 changed files with 229 additions and 142 deletions

View File

@@ -20,8 +20,8 @@ COPY ./mermaidcli/* ./
RUN npm install
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update 2>/dev/null && \
apt install -y --no-install-recommends \
RUN apt-get update 2>/dev/null && \
apt-get install -y --no-install-recommends \
ca-certificates \
gconf-service \
libasound2 \
@@ -55,6 +55,8 @@ RUN apt update 2>/dev/null && \
libxrender1 \
libxss1 \
libxtst6 \
libxcb-dri3-0 \
libgbm1 \
ca-certificates \
fonts-liberation \
libappindicator1 \