From a0425a452c173ca65f6e5ed6f50644a0cdec302d Mon Sep 17 00:00:00 2001 From: Oro <93224879+orowith2os@users.noreply.github.com> Date: Tue, 26 Jul 2022 22:15:56 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 158f90e..abc4e5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,5 @@ RUN sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf RUN mv /etc/os-release /etc/os-release.old RUN pacman -Syu --noconfirm -RUN rm /usr/bin/apt /usr/bin/apt-get /usr/bin/dnf /usr/bin/eopkg /usr/bin/yum /usr/bin/zypper +#RUN rm /usr/bin/apt /usr/bin/apt-get /usr/bin/dnf /usr/bin/eopkg /usr/bin/yum /usr/bin/zypper +#The above is commented out as it is not needed, but kept in case it is needed in the future.