mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: take 3
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user