From ed7aa0b16feed796ac12ceb3d47ef504fbc92d1d Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 7 May 2023 11:17:41 +0200 Subject: [PATCH] Remove deprecated Containerfile --- workstation/Containerfile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 workstation/Containerfile diff --git a/workstation/Containerfile b/workstation/Containerfile deleted file mode 100644 index 3a5738c..0000000 --- a/workstation/Containerfile +++ /dev/null @@ -1,8 +0,0 @@ -# Build with: -# -# $ podman build --cap-add sys_chroot -f Containerfile -t quay.io/alexpdp7/toolbox:latest -# -# --cap-add sys_chroot is needed by Pacman, see https://wiki.archlinux.org/title/Podman#Add_SYS_CHROOT_capabilities_(Optional) - -FROM docker.io/library/archlinux:latest -RUN pacman -Syq --noconfirm ansible kubectl emacs-nox tanka puppet sshpass -- 2.47.3