Fixed stuff
This commit is contained in:
@@ -8,7 +8,14 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN apt-get update && apt-get install -y fontconfig
|
||||
#Installing fonts
|
||||
|
||||
RUN apt-get update || true
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
gnupg \
|
||||
ca-certificates \
|
||||
fontconfig || true
|
||||
|
||||
RUN mkdir -p /usr/local/share/fonts/truetype/fredoka
|
||||
COPY ./wwwroot/assets/fonts/Fredoka/fredoka.ttf /usr/local/share/fonts/truetype/fredoka/fredoka.ttf
|
||||
RUN fc-cache -fv
|
||||
|
||||
Reference in New Issue
Block a user