web-terminal: Update Bash to v5.1
This commit is contained in:
parent
4e4f8cbc9b
commit
6710b080f0
|
|
@ -5,6 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
RUN apt-get install -y apt-utils
|
||||
RUN apt-get install -y --no-install-recommends build-essential cmake git libjson-c-dev libwebsockets-dev openssh-server fakechroot rsync sudo fakeroot neofetch rename git nano wget aria2 curl tigervnc-standalone-server
|
||||
RUN wget https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz --no-check-certificate ; tar xvf bash-5.1.tar.gz ; cd bash-5.1 ; ./configure ; make ; sudo make install ; cd - ; rm -rf bash-5.1*
|
||||
|
||||
COPY .bashrc $HOME/.bashrc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue