add key init
This commit is contained in:
parent
9dc8ee0a70
commit
b0e961645b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue