change default shell to bash

for better user experience
see https://github.com/cdr/code-server/discussions/2410
This commit is contained in:
Joseph Mearman 2020-12-14 15:07:45 +00:00
parent cdc3aa8171
commit baef12eaa6
3 changed files with 9 additions and 0 deletions

View File

@ -10,7 +10,10 @@ LABEL maintainer="aptalca"
# environment settings
ENV HOME="/config"
ENV SHELL=/bin/bash
RUN \
chsh -s /bin/bash && \
echo "**** install node repo ****" && \
apt-get update && \
apt-get install -y \

View File

@ -10,7 +10,10 @@ LABEL maintainer="aptalca"
# environment settings
ENV HOME="/config"
ENV SHELL=/bin/bash
RUN \
chsh -s /bin/bash && \
echo "**** install node repo ****" && \
apt-get update && \
apt-get install -y \

View File

@ -10,7 +10,10 @@ LABEL maintainer="aptalca"
# environment settings
ENV HOME="/config"
ENV SHELL=/bin/bash
RUN \
chsh -s /bin/bash && \
echo "**** install node repo ****" && \
apt-get update && \
apt-get install -y \