mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 09:18:58 +03:00
Update docker file
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
RUN apt update \
|
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/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN systemctl set-default multi-user.target
|
RUN systemctl set-default multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user