Skip to content

Commit

Permalink
images: remove duplicate packages
Browse files Browse the repository at this point in the history
As a result of openshift#19509, packages
`iptables`, `ethtool`, and `socat` ended up being defined twice for
`yum install`. This removes duplicate packages in the same command
  • Loading branch information
Jan Wozniak committed May 9, 2018
1 parent 8742eeb commit 8a26d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN INSTALL_PKGS=" \
socat ethtool device-mapper iptables nmap-ncat e2fsprogs \
xfsprogs device-mapper-persistent-data ceph-common \
libmnl libnetfilter_conntrack conntrack-tools \
libnfnetlink iptables iproute bridge-utils procps-ng ethtool socat openssl \
libnfnetlink iproute bridge-utils procps-ng openssl \
binutils xz kmod-libs kmod sysvinit-tools device-mapper-libs dbus \
iscsi-initiator-utils bind-utils \
" && \
Expand Down

0 comments on commit 8a26d17

Please sign in to comment.