| |
@@ -5,7 +5,9 @@
|
| |
RUN dnf -y install pyp2rpm
|
| |
RUN dnf -y install rubygem-gem2rpm
|
| |
RUN dnf -y install mock mock-scm
|
| |
- RUN dnf -y install git-annex
|
| |
+
|
| |
+ # tito's GitAnnexBuilder needs '/bin/which' (rhbz#1450950)
|
| |
+ RUN dnf -y install git-annex which
|
| |
|
| |
# ensure all possible locales are installed
|
| |
RUN truncate /etc/rpm/macros.image-language-conf --size=0
|
| |
Fixes rhbz#1450950