fixed trustedkeys file
This commit is contained in:
parent
aff10ee134
commit
b4be6b82f3
|
@ -19,6 +19,6 @@ RUN \
|
|||
mkdir -p $GNUPGHOME && \
|
||||
chmod go-rwx $GNUPGHOME && \
|
||||
gpg --import /usr/share/keyrings/ubuntu-archive-keyring.gpg && \
|
||||
gpg --import /usr/share/keyrings/ubuntu-master-keyring.gpg
|
||||
cp $GNUPGHOME/pubring.gpg $GNUPGHOME/trustedkeys.gpg
|
||||
|
||||
EXPOSE 80
|
||||
|
|
Loading…
Reference in New Issue