add back summary

This commit is contained in:
Daylin Morgan 2024-11-25 16:57:05 -06:00
parent 8e7c7d9d42
commit 9dc8ee0a70
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -4,8 +4,9 @@ LABEL com.github.containers.toolbox="true" \
name="daylinbox" \ name="daylinbox" \
version="base-devel" \ version="base-devel" \
usage="This image is meant to be used by daylin" \ usage="This image is meant to be used by daylin" \
maintainer="Daylin Morgan <me@dayl.in>" maintainer="Daylin Morgan <me@dayl.in>" \
# summary="Base image for creating Arch Linux Toolbx containers" \ summary="Daylin's distrobox Conatiner"
# Install extra packages # Install extra packages
COPY extra-packages my-extra-packages / COPY extra-packages my-extra-packages /
RUN pacman -Syu --needed --noconfirm - < extra-packages RUN pacman -Syu --needed --noconfirm - < extra-packages
@ -30,6 +31,5 @@ RUN wget -qcO /usr/bin/pixi \
# Clean up cache # Clean up cache
RUN yes | pacman -Scc RUN yes | pacman -Scc
# Enable sudo permission for wheel users # Enable sudo permission for wheel users
RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/toolbox RUN echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/toolbox