mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Update docker file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:22.04
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y wget systemd kmod systemd-sysv \
|
||||
&& apt install -y wget systemd kmod systemd-sysv vim less iptables \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN systemctl set-default multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user