Skip to content

Commit

Permalink
try fixbuid take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabedevops committed Aug 9, 2023
1 parent 8dcd2ad commit cd77cca
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ RUN yum -y install \
epel-release \
gettext-devel \
graphviz \
libacl-devel \
libcap-devel \
libtool \
perl-IPC-Cmd \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN dnf install -y \
gcc-toolset-10-libatomic-devel \
gettext-devel \
iproute \
libcap-devel \
libtool \
openssl-devel \
python3 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN dnf install -y \
gettext-devel \
iproute \
libatomic \
libcap-devel \
libtool \
openssl-devel \
python3 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get -y update \
doxygen \
git \
graphviz \
libcap-dev \
libtool \
ninja-build \
pkg-config \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update \
doxygen \
git \
graphviz \
libcap-dev \
libssl-dev \
libsystemd-dev \
libtool \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update \
gcc-arm-linux-gnueabihf \
git \
graphviz \
libcap-dev \
libssl-dev \
libsystemd-dev \
libtool \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN apt-get update \
gcc-arm-linux-gnueabihf \
git \
graphviz \
libcap-dev \
libssl-dev \
libsystemd-dev \
libtool \
Expand Down

0 comments on commit cd77cca

Please sign in to comment.