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