add make in fedora dockerfile

This commit is contained in:
Sukchan Lee 2018-06-23 22:12:57 +09:00
parent 06e56a4509
commit 1c658c1e45
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ RUN dnf -y install \
autoconf \
libtool \
gcc \
make \
flex \
bison \
git \