Skip to content

Commit 000d690

Browse files
Update Dockerfile
1 parent 5cc174f commit 000d690

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

base/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ WORKDIR /root
77

88
ENV JENKINS_HOME /home/jenkins
99

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-
1910
# Install utils
2011
RUN apt-get update && \
2112
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)