Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Modify gpg receive key command: not specifying key server
Browse files Browse the repository at this point in the history
  • Loading branch information
Kensuke Kosaka committed Mar 1, 2017
1 parent 41ab0da commit 781a49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sudo pacman -Syu --noconfirm git > /dev/null
RUN curl -L -o /tmp/cower.tar.gz --silent https://aur.archlinux.org/cgit/aur.git/snapshot/cower.tar.gz && \
tar -zxvf /tmp/cower.tar.gz -C /tmp/ > /dev/null && \
cd /tmp/cower && \
gpg --recv-keys --keyserver hkp://pgp.mit.edu 1EB2638FF56C0C53 2> /dev/null && \
gpg --recv-keys 1EB2638FF56C0C53 2> /dev/null && \
export PATH=/usr/bin/core_perl:$PATH && \
makepkg -sri --noconfirm &> /dev/null && \
rm -rf /tmp/cower* && \
Expand Down

0 comments on commit 781a49a

Please sign in to comment.