aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-11-29 07:19:48 +0000
committersickcodes <[email protected]>2021-11-29 07:19:48 +0000
commit2d79f0607917859fa504a7143e7f1157be983cae (patch)
tree092202d41add97160645f8d482da14d337b9fc7b /Dockerfile
parentRare issue regarding signatures from the arch archives. (diff)
downloaddocker-osx-shrink-naked.tar.xz
docker-osx-shrink-naked.zip
`RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' /etc/pacman.conf`shrink-naked
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 7a376e2..a8fe617 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -222,8 +222,8 @@ ENV KERNEL_PACKAGE_URL=https://archive.archlinux.org/packages/l/linux/linux-5.12
ENV KERNEL_HEADERS_PACKAGE_URL=https://archive.archlinux.org/packages/l/linux/linux-headers-5.12.14.arch1-1-x86_64.pkg.tar.zst
ENV LIBGUESTFS_PACKAGE_URL=https://archive.archlinux.org/packages/l/libguestfs/libguestfs-1.44.1-6-x86_64.pkg.tar.zst
-# fixe ad hoc errors from using the arch museum to get libguestfs
-RUN tee -a /etc/pacman.conf <<< "RemoteFileSigLevel = Optional"
+# fix ad hoc errors from using the arch museum to get libguestfs
+RUN sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' /etc/pacman.conf
RUN sudo pacman -Syy \
&& sudo pacman -Rns linux --noconfirm \