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" \
|
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
|
||||||
|
|
Loading…
Reference in a new issue