We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dc3fc commit 7e05ca0Copy full SHA for 7e05ca0
ci/release-image/Dockerfile
@@ -21,9 +21,6 @@ RUN sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen \
21
&& locale-gen
22
ENV LANG=en_US.UTF-8
23
24
-RUN chsh -s /bin/bash
25
-ENV SHELL=/bin/bash
26
-
27
RUN adduser --gecos '' --disabled-password coder && \
28
echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd
29
0 commit comments