Skip to content

Commit

Permalink
add nmtui package
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankn8 committed Nov 7, 2023
1 parent b06a4e5 commit f0b27af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ base-image:
END

RUN apt update && \
apt install --no-install-recommends zstd vim -y
apt install --no-install-recommends zstd vim -y && \
apt install network-manager
IF [ "$UPDATE_KERNEL" = "false" ]
RUN if dpkg -l linux-image-generic-hwe-20.04 > /dev/null; then apt-mark hold linux-image-generic-hwe-20.04; fi && \
if dpkg -l linux-image-generic-hwe-22.04 > /dev/null; then apt-mark hold linux-image-generic-hwe-22.04; fi && \
Expand Down Expand Up @@ -281,6 +282,7 @@ base-image:
# zypper up kernel-default && \
# zypper purge-kernels && \
RUN zypper install -y zstd vim
RUN zypper install NetworkManager
RUN zypper cc && \
zypper clean
END
Expand Down

0 comments on commit f0b27af

Please sign in to comment.