Skip to content

Commit

Permalink
Precreate roboto dir
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Oct 1, 2024
1 parent d80ecc5 commit c27d55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ RUN apt-get update -qq \
&& chmod +x /usr/bin/dep \
&& groupadd -g 1001 supervisor \
&& useradd -m -g 1001 -u 1001 supervisor \
&& mkdir -p /usr/share/fonts/truetype/Roboto \
&& cp -r fonts/Roboto /usr/share/fonts/truetype/Roboto \
&& fc-cache

0 comments on commit c27d55f

Please sign in to comment.