fix: use the latest borgbackup stable release in docker #141

This commit is contained in:
Ravinou 2024-02-03 10:14:01 +01:00
parent 660fa112e2
commit bbd51f3c06
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7

View file

@ -29,9 +29,9 @@ FROM base AS runner
ENV NODE_ENV production
RUN echo 'deb http://deb.debian.org/debian bookworm-backports main' >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y \
supervisor \
curl jq jc borgbackup openssh-server sudo cron rsyslog && \
supervisor curl jq jc borgbackup/bookworm-backports openssh-server rsyslog && \
apt-get clean && rm -rf /var/lib/apt/lists/*
RUN groupadd -g ${GID} borgwarehouse && useradd -m -u ${UID} -g ${GID} borgwarehouse