diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-07 11:06:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-07 11:06:05 +0200 |
commit | 8d1309fbec39ede43aae68fbcea21bfc34f61645 (patch) | |
tree | fb2d0b38905739033f7628cc062802de3bc47a4e | |
parent | e8a6fed28144c5bab905385bc1a2fb9a11e4b8b0 (diff) | |
download | rpm-package-builder-8d1309fbec39ede43aae68fbcea21bfc34f61645.tar.gz |
add some common tools
-rw-r--r-- | Dockerfile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -15,6 +15,11 @@ RUN dnf update -y && \ 'dnf-command(config-manager)' \ && \ dnf install -y \ - fedora-packager \ + fedora-packager tito \ + autoconf automake libtool \ + make cmake meson ninja-build \ + gcc gcc-c++ binutils \ + glibc-devel openssl-devel \ + bc flex bison \ && \ dnf clean all -y |