fix(kali): use -p for creating home dirs
All checks were successful
Build container / fedora-build (push) Successful in 8m5s
All checks were successful
Build container / fedora-build (push) Successful in 8m5s
This commit is contained in:
@@ -12,6 +12,6 @@ RUN useradd -ms /bin/bash user && \
|
|||||||
|
|
||||||
USER user
|
USER user
|
||||||
WORKDIR /home/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
|
RUN git clone https://git.plabble.org/Job79/neovim-config.git .config/nvim
|
||||||
VOLUME /home/user
|
VOLUME /home/user
|
||||||
|
|||||||
Reference in New Issue
Block a user