diff options
| author | alex <alex@pdp7.net> | 2023-04-05 17:51:25 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-04-05 17:51:48 +0200 |
| commit | f69e77310dadec30b9b20b32bebc50b99bb81f44 (patch) | |
| tree | 5cd575a2de2dd23787995e73f3d3a0cfcbf2c854 /workstation | |
| parent | 8768c3641a393bf1fd2e54d1bcfeb998ab74baf0 (diff) | |
Draft distrobox image
Diffstat (limited to 'workstation')
| -rw-r--r-- | workstation/Containerfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/workstation/Containerfile b/workstation/Containerfile new file mode 100644 index 00000000..3a5738ca --- /dev/null +++ b/workstation/Containerfile @@ -0,0 +1,8 @@ +# 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 |
