fixed trustedkeys file

This commit is contained in:
Jeffrey Paul 2016-04-09 00:22:15 +02:00
parent aff10ee134
commit b4be6b82f3
1 changed files with 1 additions and 1 deletions

View File

@ -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