Fixed Typo and added blueocean

This commit is contained in:
Andreas Fahrecker 2023-04-02 15:08:57 +02:00
parent e0677a4c36
commit fc452d67ad

View File

@ -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"