Skip to content
Snippets Groups Projects
Commit 39482e21 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] openssh-client is also required in Docker images.

parent 7187ee37
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ RUN apt-get update -y && \ ...@@ -116,6 +116,7 @@ RUN apt-get update -y && \
# Jenkins node # Jenkins node
RUN apt-get update -y && \ RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
openssh-client \
rsync && \ rsync && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN groupadd --gid 1001 jenkins || true && \ RUN groupadd --gid 1001 jenkins || true && \
......
...@@ -119,6 +119,7 @@ RUN apt-get update -y && \ ...@@ -119,6 +119,7 @@ RUN apt-get update -y && \
# Jenkins node # Jenkins node
RUN apt-get update -y && \ RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
openssh-client \
rsync && \ rsync && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN groupadd --gid 1001 jenkins || true && \ RUN groupadd --gid 1001 jenkins || true && \
......
...@@ -119,6 +119,7 @@ RUN apt-get update -y && \ ...@@ -119,6 +119,7 @@ RUN apt-get update -y && \
# Jenkins node # Jenkins node
RUN apt-get update -y && \ RUN apt-get update -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
openssh-client \
rsync && \ rsync && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN groupadd --gid 1001 jenkins || true && \ RUN groupadd --gid 1001 jenkins || true && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment