Skip to content

Commit

Permalink
fix(packaging): more font packs in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Feb 21, 2022
1 parent 9d0a93b commit b05e1dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ENV SERVER_BINARY_NAME=${SERVER_BINARY_NAME}
RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt update -y && apt install -y libgtk-3-dev ttf-mscorefonts-installer
RUN apt install -y fonts-noto-color-emoji
RUN apt install -y fonts-noto


COPY --from=builder /usr/src/${SERVER_BINARY_NAME}/target/${CARGO_BUILD_MODE}/${SERVER_BINARY_NAME} /usr/local/bin/${SERVER_BINARY_NAME}
CMD ["sh", "-c", "$SERVER_BINARY_NAME"]

0 comments on commit b05e1dd

Please sign in to comment.