We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679a0c4 commit f716f20Copy full SHA for f716f20
chezmoi/Dockerfile
@@ -8,15 +8,13 @@ LABEL org.opencontainers.image.licenses="MIT"
8
9
ENV DEBIAN_FRONTEND=noninteractive
10
11
-USER root
+USER toolsmith
12
+WORKDIR /home/toolsmith
13
14
# Install chezmoi using mise
15
ARG CHEZMOI_VERSION=2.56.1
16
RUN mise use --global aqua:twpayne/chezmoi@${CHEZMOI_VERSION}
17
-USER toolsmith
18
-WORKDIR /home/toolsmith
19
-
20
# Optional: Initialize chezmoi with a dotfiles repo
21
# WARNING: This will execute code from the dotfiles repository during build.
22
# Only use with trusted repositories.
0 commit comments