Skip to content

Commit

Permalink
Modify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed May 13, 2024
1 parent 128f927 commit 80aead8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ RUN apt remove build-essential -y \

WORKDIR /app


# Add fonts

RUN wget -O fonts.zip https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip
RUN unzip fonts.zip -d fonts
RUN mv fonts/* ~/.fonts/
RUN fc-cache -fv

COPY --from=build_elixir /app/_build/prod/rel/recording_converter ./
# COPY --from=builder /root/project/target/release compositor

Expand Down

0 comments on commit 80aead8

Please sign in to comment.