mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-15 06:09:30 +02:00
change default shell to bash
for better user experience see https://github.com/cdr/code-server/discussions/2410
This commit is contained in:
parent
cdc3aa8171
commit
baef12eaa6
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user