fix: take 3

This commit is contained in:
2023-03-04 17:33:44 +01:00
parent c2cdc1327d
commit de1aaf7ede

View File

@@ -1,5 +1,6 @@
FROM node:lts
RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
RUN apt-get update && \
apt-get install -y build-essential \
wget \
@@ -11,7 +12,6 @@ RUN apt-get update && \
ffmpeg \
msttcorefonts-installer \
fontconfig
RUN update-ms-fonts && fc-cache -f
WORKDIR /app