Skip to content

Commit

Permalink
Add fontconfig and ttf-dejavu packages (#35)
Browse files Browse the repository at this point in the history
This change fixes adoptium/temurin-build#693 bug, which caused NPE when interacting with fonts.
  • Loading branch information
Bartosz Stefańczyk committed Aug 25, 2020
1 parent 78cf32b commit d028bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ WORKDIR /server
# upgrade all packages since alpine jre8 base image tops out at 8u212
RUN apk -U --no-cache upgrade

RUN apk -U --no-cache add curl bash sudo jq
RUN apk -U --no-cache add curl bash sudo jq fontconfig ttf-dejavu

ENV SERVER_PORT=25577 ENABLE_RCON=true RCON_PORT=25575
EXPOSE $SERVER_PORT
Expand Down

0 comments on commit d028bd6

Please sign in to comment.