do not update database via pacman, use ahriman's own databses

This commit is contained in:
2022-12-04 23:45:10 +02:00
parent 0e839fbbf2
commit da5d97788a
3 changed files with 4 additions and 5 deletions

View File

@ -51,4 +51,4 @@ VOLUME ["/var/lib/ahriman"]
COPY "docker/entrypoint.sh" "/usr/local/bin/entrypoint"
ENTRYPOINT ["entrypoint"]
# default command
CMD ["repo-update"]
CMD ["repo-update", "--refresh"]