add bash ui when load and install neofetch

This commit is contained in:
2022-07-01 14:42:12 +02:00
parent 7de603e2d4
commit 33097ac42a
5 changed files with 88 additions and 1 deletions
+4 -1
View File
@@ -15,9 +15,12 @@ VOLUME ["/sshkeys/host"]
COPY motd.txt /etc/motd
COPY entrypoint.sh /
COPY .bash_profile /root/
COPY .bashrc /root/
# Install packages
RUN apk update ; apk upgrade
RUN apk add --no-cache sudo bash tzdata openssh-server openrc \
RUN apk add --no-cache sudo bash bash-completion tzdata openssh-server openrc neofetch \
borgbackup
RUN rm -rf /var/cache/apk/*