Skip to content

Commit

Permalink
ci: fix fpm installation failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan committed Feb 19, 2024
1 parent f7fd733 commit 19ccb3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-apisix-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ make -j`nproc`
sudo make install
cd ..



cd lua-resty-events-${lua_resty_events_ver} || exit 1
sudo install -d "$OR_PREFIX"/lualib/resty/events/
sudo install -m 664 lualib/resty/events/*.lua "$OR_PREFIX"/lualib/resty/events/
Expand Down
1 change: 1 addition & 0 deletions dockerfiles/Dockerfile.fpm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu:focal
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y git \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y ruby ruby-dev rubygems build-essential rpm \
&& gem install dotenv -v 2.8.1 \
&& gem install fpm \
&& fpm --version

Expand Down

0 comments on commit 19ccb3a

Please sign in to comment.