fix: add make in Dockerfile to fix opencc installation

This commit is contained in:
DIYgod 2020-09-25 01:56:14 +08:00
parent f2b4bfbff8
commit c2a6286786
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1;
RUN ln -sf /bin/bash /bin/sh
RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init python --no-install-recommends && apt-get clean \
RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init python make --no-install-recommends && apt-get clean \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /app