Skip to content

Commit

Permalink
fix: add roboto font to shallow-server
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
  • Loading branch information
skjnldsv committed Sep 5, 2024
1 parent 3ca4785 commit 31bc6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shallow-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && \
php8.1-ldap unzip php8.1-pgsql php8.1-sqlite make apache2 \
php8.1-opcache libmagickcore-6.q16-2-extra \
libapache2-mod-php8.1 && \
fonts-roboto && \
apt-get autoremove -y && apt-get autoclean && apt-get clean && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*

Expand Down

0 comments on commit 31bc6ed

Please sign in to comment.