FROM restic/restic RUN apk add --no-cache mysql-client rclone bash fuse postgresql-client RUN mkdir /app && mkdir /config COPY src/ /app/ WORKDIR /config VOLUME /config ENTRYPOINT [ "/app/entrypoint.sh" ]