aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-09-16 07:02:01 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-09-16 07:03:02 +0200
commit7d52311b6aec8c7c9452aec4f72027ab6d46834c (patch)
tree03e4789e8f5f65a4420391052a9767c48e6e382d
parentcb69c0559aa156237079e88b8fab57c03a490532 (diff)
downloadrpm-package-builder-7d52311b6aec8c7c9452aec4f72027ab6d46834c.tar.gz
add tree
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c31cff6..78a3aa3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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