mirror of
https://github.com/InsanusMokrassar/JenkinsDocker.git
synced 2024-11-22 19:03:46 +00:00
replace sh shell
This commit is contained in:
parent
1904c931d6
commit
6b15058889
@ -8,6 +8,7 @@ USER root
|
|||||||
|
|
||||||
ENV TZ=Etc/GMT
|
ENV TZ=Etc/GMT
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
RUN mv /bin/sh /bin/sh.old && ln -s /bin/bash /bin/sh
|
||||||
RUN apt update && apt -y install wget gnupg2 zip unzip curl sudo git
|
RUN apt update && apt -y install wget gnupg2 zip unzip curl sudo git
|
||||||
|
|
||||||
RUN mkdir -p /var/jenkins_home/jenkins && cd /var/jenkins_home/ &&\
|
RUN mkdir -p /var/jenkins_home/jenkins && cd /var/jenkins_home/ &&\
|
||||||
|
Loading…
Reference in New Issue
Block a user