diff --git a/Dockerfile b/Dockerfile index 4faff60..a38a05e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update RUN apt-get install -y\ ca-certificates \ curl \ - gnupg \ + gnupg 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 @@ -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 USER jenkins +RUN jenkins-plugin-cli --plugins "blueocean docker-workflow"