docker/Dockerfile: should check this one

This commit is contained in:
Andy Gayton 2024-07-04 23:09:49 -04:00
parent e16c3d5c8b
commit 1773c481f3

View File

@ -24,7 +24,7 @@ RUN echo '/usr/bin/nu' >> /etc/shells \
&& chmod +x /usr/bin/nu \
&& chown -R nushell:nushell /home/nushell/.config/nushell \
&& ls /usr/bin/nu_plugin* \
| xargs -I{} su -c 'register {}' nushell \
| xargs -I{} su -c 'plugin add {}' nushell \
&& rm -rf /tmp/*
USER nushell