Skip to content

Commit

Permalink
Add fix for manual-jenkins-agent role
Browse files Browse the repository at this point in the history
  • Loading branch information
exitfound committed Mar 31, 2024
1 parent 65ac515 commit 27edbfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Ivan Medaev"

ENV PIP_PACKAGES="ansible"

# COPY jenkins /etc/sudoers.d/jenkins
COPY jenkins /etc/sudoers.d/jenkins

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/ubuntu24.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LABEL maintainer="Ivan Medaev"

ENV PIP_PACKAGES="ansible"

COPY jenkins /etc/sudoers.d/jenkins

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get upgrade -y \
Expand Down

0 comments on commit 27edbfe

Please sign in to comment.