Ensure restic-init works in prod.

This commit is contained in:
2026-04-22 15:17:03 -07:00
parent 7cdd0aab82
commit f3b9bfee9a
2 changed files with 51 additions and 23 deletions

View File

@@ -44,7 +44,7 @@ RUN chmod +x nassella-run
FROM debian:trixie-slim
RUN apt-get update && apt-get -y --no-install-recommends install \
libpq-dev ca-certificates gettext-base openssh-client \
libpq-dev ca-certificates gettext-base openssh-client restic \
&& rm -rf /var/lib/apt/lists/*
COPY --from=buildeggs /usr/local/ /usr/local/