add key init

This commit is contained in:
Daylin Morgan 2024-11-25 16:59:51 -06:00
parent 9dc8ee0a70
commit b0e961645b
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -7,6 +7,9 @@ LABEL com.github.containers.toolbox="true" \
maintainer="Daylin Morgan <me@dayl.in>" \
summary="Daylin's distrobox Conatiner"
# unclear if this is needed
RUN pacman-key --init
# Install extra packages
COPY extra-packages my-extra-packages /
RUN pacman -Syu --needed --noconfirm - < extra-packages