Skip to content

Commit

Permalink
drop socat
Browse files Browse the repository at this point in the history
shouldn't be needed anymore
  • Loading branch information
BenTheElder committed Mar 31, 2023
1 parent 138d78e commit da31360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ COPY --chmod=0644 files/etc/systemd/system/kubelet.service.d/* /etc/systemd/syst
RUN echo "Installing Packages ..." \
&& DEBIAN_FRONTEND=noninteractive clean-install \
systemd \
conntrack iptables iproute2 ethtool socat util-linux mount ebtables kmod \
conntrack iptables iproute2 ethtool util-linux mount ebtables kmod \
libseccomp2 pigz fuse-overlayfs \
nfs-common open-iscsi \
bash ca-certificates curl jq \
Expand Down

0 comments on commit da31360

Please sign in to comment.