annotate Dockerfile @ 848:7218c2192214

feat: only enable c-s selection in copy mode this allows to use c-s in helix to manually mark a jump position
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 15 Feb 2024 11:35:01 +0100
parents 459e70c99f4c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
808
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 from ubuntu:22.04
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
2
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 run apt update -y \
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 && apt install -y git curl sudo
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
5
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
6 run sh -c "$(curl -fsLS get.chezmoi.io)" -- -b /usr/bin/
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
7
459e70c99f4c ci: add test image
zegervdv <zegervdv@me.com>
parents:
diff changeset
8 copy . /root/.local/share/chezmoi/