lots of tweaks, thruster proxy

This commit is contained in:
Dylan Knutson
2025-02-20 22:07:45 +00:00
parent 8181628bb0
commit 9a779c1add
37 changed files with 6301 additions and 194 deletions

View File

@@ -52,9 +52,11 @@ RUN \
rustc \
uuid-dev \
zlib1g-dev \
watchman
watchman \
ffmpeg \
ffmpegthumbnailer
# Install postgres 17 client
# Install postgres 15 client
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
sudo install -d /usr/share/postgresql-common/pgdg && \