From 1468ef212382886dd4a185f0cd196e4169d9fe5d Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Fri, 29 Nov 2024 08:05:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20refactor(=5Fchange):=20label=20&?= =?UTF-8?q?&=20desc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- Dockerfile-c | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Dockerfile-c diff --git a/Dockerfile b/Dockerfile index 84b5d87..d4d6845 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,6 @@ RUN pacman-key --init && \ find /var/cache/pacman/ -type f -delete FROM scratch -LABEL org.opencontainers.image.description="Snigdha OS - Arch-based distribution offering an easy installation, several customizations, and unique performance optimization." +LABEL org.opencontainers.image.description="Snigdha OS - Arch based Linux Distribution for Penetration Testing and Ethical Hacking" COPY --from=rootfs / / CMD ["/usr/bin/bash"] \ No newline at end of file diff --git a/Dockerfile-c b/Dockerfile-c new file mode 100644 index 0000000..e69de29