Skip to content

Commit

Permalink
Merge pull request LyoSU#55 from nyaruta/master
Browse files Browse the repository at this point in the history
chore(prebuilt-image) add fonts
  • Loading branch information
LyoSU authored Aug 3, 2024
2 parents 1f92b60 + 23a3cfb commit 3af086c
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 @@ -3,8 +3,8 @@ FROM node:20-alpine3.16
WORKDIR /app
ADD . /app

RUN apk add gcompat libstdc++ libuuid vips-dev build-base jpeg-dev pango-dev cairo-dev imagemagick libssl1.1 --no-cache&& \
ln -s /lib/libresolv.so.2 /usr/lib/libresolv.so.2
RUN apk add --no-cache font-noto font-noto-cjk font-noto-extra gcompat libstdc++ libuuid vips-dev build-base jpeg-dev pango-dev cairo-dev imagemagick libssl1.1
RUN ln -s /lib/libresolv.so.2 /usr/lib/libresolv.so.2
RUN npm install

CMD ["index.js"]

0 comments on commit 3af086c

Please sign in to comment.