From 0b5c2fd9f0dea9432612fdc204113f6de8e71fdc Mon Sep 17 00:00:00 2001 From: Michal Date: Wed, 10 Aug 2022 21:29:45 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Michal --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index abc4e5b..bb40857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.