Skip to content

Commit

Permalink
fix: Missing fonts in docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanMGit committed Oct 11, 2023
1 parent 93e88a0 commit 056af69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apk add --update --no-cache \
cairo-dev \
giflib-dev \
pango-dev \

libtool \
autoconf \
automake \
Expand All @@ -32,6 +31,7 @@ RUN apk add --update --no-cache \
cairo \
pango \
jpeg \
giflib
giflib \
font-liberation
COPY --from=build /app/ .
CMD [ "npm", "run", "start:bot" ]

0 comments on commit 056af69

Please sign in to comment.