Initial cloud-toolbox, add util-linux to toolbox

This commit is contained in:
Maciej Lebiest 2023-07-18 19:19:10 +02:00
parent a4d94fbd45
commit 434b8a98b1
4 changed files with 44 additions and 4 deletions

View file

@ -21,8 +21,6 @@ RUN dnf install -y \
${GENERAL_PKGS} \
&& dnf clean all
RUN echo $'[ -f /usr/share/fzf/key-bindings.bash ] && source /usr/share/fzf/key-bindings.bash \n\
[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash \n\
[ -f /usr/share/fzf/completion.bash ] && source /usr/share/fzf/completion.bash' >> /root/.bashrc
RUN echo $'[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc
ENTRYPOINT [ "/bin/bash" ]