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 5cc174f commit 000d690Copy full SHA for 000d690
base/Dockerfile
@@ -7,15 +7,6 @@ WORKDIR /root
7
8
ENV JENKINS_HOME /home/jenkins
9
10
-# Set Bash as the default shell
11
-RUN chsh -s /bin/bash
12
-SHELL ["/bin/bash", "-c"]
13
-
14
-# Create a script file sourced by both interactive and non-interactive bash shells
15
-ENV BASH_ENV=/root/.bash_env
16
-RUN touch "${BASH_ENV}"
17
-RUN echo '. "${BASH_ENV}"' >> /root/.bashrc
18
19
# Install utils
20
RUN apt-get update && \
21
apt-get install -y --no-install-recommends \
0 commit comments