mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update fedora Dockerfile to include gcc and make for fpm build
This commit is contained in:
parent
6549f90dc9
commit
cb0a39f59a
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ WORKDIR /usr/share/bunkerweb
|
|||
|
||||
# Install fpm
|
||||
RUN dnf update -y && \
|
||||
dnf install -y ruby ruby-devel redhat-rpm-config rpm-build && \
|
||||
dnf install -y ruby ruby-devel redhat-rpm-config rpm-build gcc make && \
|
||||
gem install -N fpm
|
||||
|
||||
# Setup BW
|
||||
|
|
|
|||
Loading…
Reference in a new issue