parent
4d3c50c5fc
commit
457b6fa8ba
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,12 @@ RUN cargo build --release
|
|||
|
||||
FROM git.hydrar.de/navos/navos:latest
|
||||
|
||||
RUN pacman-key --init && pacman-key --populate archlinux && pacman-key --populate navos && pacman -Syu --noconfirm && pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync
|
||||
RUN pacman-key --init && \
|
||||
pacman-key --populate archlinux && \
|
||||
pacman-key --populate navos && \
|
||||
[[ "$(uname -m)" == arm* || "$(uname -m)" == aarch64 ]] && pacman-key --populate archlinuxarm || true && \
|
||||
pacman -Syu --noconfirm && \
|
||||
pacman -Syu --noconfirm openssl-1.1 tar xz zstd curl base-devel git rsync
|
||||
|
||||
COPY --from=builder /app/target/release/pacco /usr/bin/pacco
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue