install nfs-common in base image

This commit is contained in:
Benjamin Elder
2020-05-01 21:58:35 -07:00
parent 8c0d41ace8
commit 55a2a847ed

View File

@@ -43,6 +43,7 @@ COPY files/ /
# - packages needed for kubernetes components
# - packages needed by the container runtime
# - misc packages kind uses itself
# - packages that provide semi-core kubernetes functionality
# After installing packages we cleanup by:
# - removing unwanted systemd services
# - disabling kmsg in journald (these log entries would be confusing)
@@ -68,6 +69,7 @@ RUN echo "Ensuring scripts are executable ..." \
conntrack iptables iproute2 ethtool socat util-linux mount ebtables udev kmod \
libseccomp2 \
bash ca-certificates curl rsync \
nfs-common \
&& find /lib/systemd/system/sysinit.target.wants/ -name "systemd-tmpfiles-setup.service" -delete \
&& rm -f /lib/systemd/system/multi-user.target.wants/* \
&& rm -f /etc/systemd/system/*.wants/* \