fix(kali): use -p for creating home dirs
All checks were successful
Build container / fedora-build (push) Successful in 8m5s

This commit is contained in:
Job
2025-10-19 20:43:47 +02:00
parent fa489baac7
commit 927e4ad227

View File

@@ -12,6 +12,6 @@ RUN useradd -ms /bin/bash user && \
USER user
WORKDIR /home/user
RUN mkdir .config .local .cache
RUN mkdir -p .config .local .cache
RUN git clone https://git.plabble.org/Job79/neovim-config.git .config/nvim
VOLUME /home/user