Fixed Typo and added blueocean
This commit is contained in:
parent
e0677a4c36
commit
fc452d67ad
@ -8,7 +8,7 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y\
|
RUN apt-get install -y\
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
gnupg \
|
gnupg
|
||||||
|
|
||||||
RUN mkdir -m 0755 -p /etc/apt/keyrings
|
RUN mkdir -m 0755 -p /etc/apt/keyrings
|
||||||
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||||
@ -22,3 +22,4 @@ RUN apt-get update
|
|||||||
RUN apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
RUN apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
|
|
||||||
USER jenkins
|
USER jenkins
|
||||||
|
RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user