We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea42cb commit 5b7f161Copy full SHA for 5b7f161
Dockerfile
@@ -29,6 +29,8 @@ RUN pacman --noconfirm -S base base-devel bat desktop-file-utils \
29
RUN mkdir -p /usr/libexec/git-core/ \
30
&& ln -s /usr/lib/git-core/git-credential-libsecret /usr/libexec/git-core/git-credential-libsecret
31
32
+RUN echo 'ZDOTDIR=${XDG_CONFIG_HOME:-$HOME/.config}/zsh' > /etc/zshenv
33
+
34
RUN useradd -r -md /home/${user} -s /bin/zsh --uid 1010 ${user} \
35
&& echo "%${user} ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers \
36
&& mkdir -p /home/${user}/build-root
0 commit comments