Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-images/build-almalinux10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN yum install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN yum install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-almalinux9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN yum install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-centos10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN yum install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-centos9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN yum install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-fedora41/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN dnf install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN dnf install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-fedora42/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN dnf install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN dnf install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-fedora43/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN dnf install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN dnf install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-opensuse15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN zypper install -y \
rpm-build \
python3 \
libtool \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN zypper install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/build-opensuse16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN zypper install -y \
rpm-build \
python3 \
libtool \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN zypper install -y \
Expand Down
3 changes: 2 additions & 1 deletion build-images/experimental/build-amazon2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN yum install -y\
gcc gcc-c++\
libtool\
rpm-build\
python3
python3\
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y\
Expand Down
3 changes: 2 additions & 1 deletion build-images/experimental/build-amazon2023/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN yum install -y \
libtool \
rpm-build \
python3 \
pkg-config
pkg-config \
systemd-rpm-macros

# proxysql build dependencies
RUN yum install -y \
Expand Down