Skip to content

Commit

Permalink
Fix keysign (#12)
Browse files Browse the repository at this point in the history
* Retrieve aptly pubkey from website

Co-authored-by: Wellyas <[email protected]>
  • Loading branch information
Wellyas and Wellyas authored Apr 24, 2022
1 parent ac87928 commit c100ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get -q update \
gettext-base \
bash-completion

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ED75B5A4483DA07C \
RUN curl -sL https://www.aptly.info/pubkey.txt | gpg --dearmor | tee /etc/apt/trusted.gpg.d/aptly.gpg >/dev/null \
&& echo "deb http://repo.aptly.info/ squeeze main" >> /etc/apt/sources.list

# Install aptly package
Expand Down

0 comments on commit c100ece

Please sign in to comment.