Skip to content

Commit bb349f7

Browse files
committed
.
1 parent 6af74bd commit bb349f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docker/ubuntu-22.04.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG BASE_DEPS="\
2121
build-essential \
2222
cmake \
2323
git \
24-
gpg-agent \
24+
gnupg \
2525
libtool"
2626

2727
# UMF's dependencies

.github/docker/ubuntu-24.04.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG BASE_DEPS="\
2121
build-essential \
2222
cmake \
2323
git \
24-
gpg-agent"
24+
gnupg"
2525

2626
# UMF's dependencies
2727
ARG UMF_DEPS="\

0 commit comments

Comments
 (0)