forked from MinecraftUtilities/Backend
work pls
This commit is contained in:
parent
a6ea3ab143
commit
6693fc6793
@ -1,7 +1,8 @@
|
||||
FROM maven:3.9.6-sapmachine-17
|
||||
FROM maven:3.9.6-eclipse-temurin-17-alpine
|
||||
|
||||
RUN echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections
|
||||
RUN apt update -y && apt install fontconfig && apt install ttf-mscorefonts-installer -y && fc-cache -f
|
||||
RUN apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto terminus-font \
|
||||
&& fc-cache -f \
|
||||
&& fc-list | sort
|
||||
|
||||
# Set the working directory
|
||||
WORKDIR /home/container
|
||||
|
Loading…
Reference in New Issue
Block a user