Skip to content

Commit

Permalink
apt: Add missing dev pacakges
Browse files Browse the repository at this point in the history
* libffi-dev: Need to build fiddle as of Ruby 3.2
* libreadline-dev: Originally it was not built for Debian based distros
  but is enabled on Red Hat based distros.

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Jan 17, 2023
1 parent db92e83 commit 7874186
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions td-agent/apt/debian-bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN \
libedit2 \
libncurses5-dev \
libyaml-dev \
libffi-dev \
libreadline-dev \
git \
pkg-config \
libssl-dev \
Expand Down
2 changes: 2 additions & 0 deletions td-agent/apt/debian-buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ RUN \
libedit2 \
libncurses5-dev \
libyaml-dev \
libffi-dev \
libreadline-dev \
git \
pkg-config \
libssl-dev \
Expand Down
2 changes: 2 additions & 0 deletions td-agent/apt/ubuntu-bionic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN \
libedit2 \
libncurses5-dev \
libyaml-dev \
libffi-dev \
libreadline-dev \
git \
pkg-config \
libssl-dev \
Expand Down
2 changes: 2 additions & 0 deletions td-agent/apt/ubuntu-focal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN \
libedit2 \
libncurses5-dev \
libyaml-dev \
libffi-dev \
libreadline-dev \
git \
pkg-config \
libssl-dev \
Expand Down
2 changes: 2 additions & 0 deletions td-agent/apt/ubuntu-jammy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN \
libedit2 \
libncurses5-dev \
libyaml-dev \
libffi-dev \
libreadline-dev \
git \
pkg-config \
libssl-dev \
Expand Down

0 comments on commit 7874186

Please sign in to comment.