Skip to content

Commit 7e05ca0

Browse files
authored
release-image: Remove unnecessary call to chsh (#2457)
Confused me in #2410, see #2455 debian:10 defaults to bash as $SHELL
1 parent f8dc3fc commit 7e05ca0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/release-image/Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen \
2121
&& locale-gen
2222
ENV LANG=en_US.UTF-8
2323

24-
RUN chsh -s /bin/bash
25-
ENV SHELL=/bin/bash
26-
2724
RUN adduser --gecos '' --disabled-password coder && \
2825
echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
2926

0 commit comments

Comments
 (0)