Skip to content

Commit

Permalink
chore: Update fedora Dockerfile to include gcc and make for fpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheophileDiot committed May 22, 2024
1 parent 6549f90 commit cb0a39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb0a39f

Please sign in to comment.