diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-16 07:02:01 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-16 07:03:02 +0200 |
commit | 7d52311b6aec8c7c9452aec4f72027ab6d46834c (patch) | |
tree | 03e4789e8f5f65a4420391052a9767c48e6e382d | |
parent | cb69c0559aa156237079e88b8fab57c03a490532 (diff) | |
download | rpm-package-builder-7d52311b6aec8c7c9452aec4f72027ab6d46834c.tar.gz |
add tree
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,6 @@ RUN /usr/local/bin/configure-mirror && \ make cmake meson ninja-build \ gcc gcc-c++ binutils \ glibc-devel openssl-devel \ - bc flex bison \ + bc flex bison tree \ && \ dnf clean all -y |