Initial cloud-toolbox, add util-linux to toolbox
This commit is contained in:
parent
a4d94fbd45
commit
434b8a98b1
4 changed files with 44 additions and 4 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue