Update Dockerfile

Signed-off-by: Michal <michal@tar.black>
orowith2os-add-github-docker-repo
Michal 2 years ago committed by GitHub
parent 9b1a218a3f
commit 0b5c2fd9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
FROM archlinux:latest
LABEL org.opencontainers.image.description "A work-in-progress, easy to use, set up and configure arch derivative"
RUN pacman -Syu --noconfirm
RUN pacman -S --needed --noconfirm pacman-contrib base-devel git wget
@ -26,5 +27,3 @@ 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
#The above is commented out as it is not needed, but kept in case it is needed in the future.

Loading…
Cancel
Save