Automation: Final robust DB restore fixes and updated gitignore rules.

This commit is contained in:
Scott Idem
2026-01-12 18:33:05 -05:00
parent 7bd22d1086
commit f886250ae3
15 changed files with 140 additions and 59 deletions

View File

@@ -7,7 +7,7 @@ WORKDIR /srv/aether_api
RUN apt-get update; \
apt-get install -y \
imagemagick ffmpeg \
imagemagick ffmpeg curl \
; \
rm -rf /var/lib/apt/lists/*;