Skip to content

Commit 7bfa1b2

Browse files
committed
.
1 parent c8efbf4 commit 7bfa1b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/docker/ubuntu-22.04.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ ARG BASE_DEPS="\
2121
build-essential \
2222
cmake \
2323
git \
24-
libtool \
25-
wget"
24+
gnupg \
25+
libtool"
2626

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

.github/docker/ubuntu-24.04.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ ARG BASE_DEPS="\
2121
build-essential \
2222
cmake \
2323
git \
24-
gnupg \
25-
wget"
24+
gnupg"
2625

2726
# UMF's dependencies
2827
ARG UMF_DEPS="\

0 commit comments

Comments
 (0)