diff options
| author | alex <alex@pdp7.net> | 2023-05-07 11:17:41 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-05-07 11:17:41 +0200 |
| commit | ed7aa0b16feed796ac12ceb3d47ef504fbc92d1d (patch) | |
| tree | 1d8c664e7ff092bed2f123d3a54a325ba1513b85 /workstation | |
| parent | ff5e85151b2bad7b882a66263a1e58beca2820a7 (diff) | |
Remove deprecated Containerfile
Diffstat (limited to 'workstation')
| -rw-r--r-- | workstation/Containerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/workstation/Containerfile b/workstation/Containerfile deleted file mode 100644 index 3a5738ca..00000000 --- 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 |
