add favicon

This commit is contained in:
Dylan Knutson
2025-02-20 22:24:30 +00:00
parent 9a779c1add
commit 23b1f0dfd3
8 changed files with 24 additions and 2 deletions

View File

@@ -52,7 +52,13 @@ RUN \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
apt-get update && \
apt-get install --no-install-recommends --no-install-suggests -y \
libvips42 ca-certificates curl gnupg nodejs libpq-dev
libvips42 \
ca-certificates \
curl \
gnupg \
nodejs \
libpq-dev \
ffmpeg ffmpegthumbnailer
COPY --from=native-gems /usr/src/app/gems/xdiff-rb /gems/xdiff-rb
COPY --from=native-gems /usr/src/app/gems/rb-bsdiff /gems/rb-bsdiff