# HG changeset patch # User Richard Westhaver # Date 1718831308 14400 # Node ID 01a6a7befc6eb5e64530959f17062123b77d1324 # Parent 748865b8b90b31eabb0fc19f404683cf5505d272 fixes diff -r 748865b8b90b -r 01a6a7befc6e Containerfile.archlinux --- a/Containerfile.archlinux Sun Jun 16 20:27:25 2024 -0400 +++ b/Containerfile.archlinux Wed Jun 19 17:08:28 2024 -0400 @@ -1,4 +1,4 @@ FROM archlinux:latest RUN --network=host pacman-key --init RUN --network=host pacman-key --populate archlinux -RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools clang libxcb zstd --noconfirm \ No newline at end of file +RUN --network=host pacman -Syu base-devel less uutils-coreutils openssl openssh mercurial git liburing wireguard-tools libxcb zstd --noconfirm \ No newline at end of file diff -r 748865b8b90b -r 01a6a7befc6e Containerfile.box --- a/Containerfile.box Sun Jun 16 20:27:25 2024 -0400 +++ b/Containerfile.box Wed Jun 19 17:08:28 2024 -0400 @@ -1,5 +1,5 @@ FROM localhost/archlinux:latest -RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw snappy sbcl liburing libxkbcommon --noconfirm +RUN --network=host pacman -Sy uutils-coreutils sysstat iotop imagemagick giflib libgccjit libxaw snappy sbcl clang lld liburing libxkbcommon --noconfirm # custom ARG DEV=dev ARG DEV_HOME=/home/${DEV} diff -r 748865b8b90b -r 01a6a7befc6e Containerfile.operator --- a/Containerfile.operator Sun Jun 16 20:27:25 2024 -0400 +++ b/Containerfile.operator Wed Jun 19 17:08:28 2024 -0400 @@ -1,2 +1,2 @@ FROM localhost/box:latest -RUN infra/scripts/wg-gen-keys.sh private.key public.key \ No newline at end of file +RUN /usr/local/src/infra/scripts/wg-gen-keys.sh private.key public.key \ No newline at end of file