comparison Dockerfile @ 808:459e70c99f4c

ci: add test image
author zegervdv <zegervdv@me.com>
date Sun, 03 Dec 2023 22:24:26 +0100
parents
children
comparison
equal deleted inserted replaced
807:fa76b30a3c2f 808:459e70c99f4c
1 from ubuntu:22.04
2
3 run apt update -y \
4 && apt install -y git curl sudo
5
6 run sh -c "$(curl -fsLS get.chezmoi.io)" -- -b /usr/bin/
7
8 copy . /root/.local/share/chezmoi/