sync every hour the latest version of packages with aur
display current version and if outdated in ui display correct time in output log
This commit is contained in:
@ -27,9 +27,9 @@ FROM archlinux
|
||||
# Copy the built binary from the previous stage
|
||||
COPY --from=builder /app/target/release/untitled /usr/local/bin/untitled
|
||||
|
||||
RUN echo " \
|
||||
RUN echo $'\
|
||||
[extra]\
|
||||
Include = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
|
||||
Include = /etc/pacman.d/mirrorlist' >> /etc/pacman.conf
|
||||
|
||||
RUN pacman -Syyu --noconfirm
|
||||
RUN pacman-key --init && pacman-key --populate
|
||||
|
Reference in New Issue
Block a user