fix latest changes
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
b42e62d9d6
commit
df93a9bd80
|
@ -1,10 +1,11 @@
|
|||
ARG BASEIMAGE=localhost/spark
|
||||
FROM $BASEIMAGE
|
||||
RUN pacman -Suy --noconfirm base-devel # cache
|
||||
|
||||
COPY ./mirrorlist /etc/pacman.d/mirrorlist
|
||||
COPY gnupg /.gnupg
|
||||
COPY ./build /build
|
||||
|
||||
COPY ./mirrorlist /etc/pacman.d/mirrorlist
|
||||
RUN pacman -Sy --noconfirm archlinux-keyring
|
||||
RUN pacman -Suy --noconfirm base-devel
|
||||
|
||||
RUN chmod 700 /.gnupg
|
||||
|
|
3
autobuilder/build-container
Executable file
3
autobuilder/build-container
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
podman build . -t 'spark:autobuilder'
|
Loading…
Reference in New Issue
Block a user