Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 1f61bcf

Browse files
Merge pull request #1208 from lukaszstolarczuk/fix-hub-package
docker: add missing hub package
2 parents da9b872 + e35bfd6 commit 1f61bcf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

utils/docker/images/Dockerfile.fedora-32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ ARG TESTS_DEPS="\
7171
# Misc for our builds/CI (optional)
7272
ARG MISC_DEPS="\
7373
clang \
74-
hub \
7574
perl-Text-Diff \
7675
pkgconf \
7776
sudo"

utils/docker/images/Dockerfile.fedora-34

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ARG TESTS_DEPS="\
7171
# Misc for our builds/CI (optional)
7272
ARG MISC_DEPS="\
7373
clang \
74+
hub \
7475
perl-Text-Diff \
7576
pkgconf \
7677
sudo"

0 commit comments

Comments
 (0)