Skip to content

Commit

Permalink
unixPB: Install gnupg on Ubuntu 22.04 build dockerfile (#3122)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <sxa@redhat.com>
  • Loading branch information
sxa authored Jul 17, 2023
1 parent 176d010 commit 9501742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/docker/Dockerfile.Ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG user=jenkins

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get -y install git curl ansible
RUN apt-get -y install git curl ansible gnupg

COPY . /ansible

Expand Down

0 comments on commit 9501742

Please sign in to comment.