Skip to content

Commit

Permalink
Updates gpgkey for the packagecloud repo
Browse files Browse the repository at this point in the history
  • Loading branch information
excieve committed Apr 3, 2019
1 parent 9264313 commit cb2d6ba
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 @@ -13,7 +13,7 @@ RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
wget curl ca-certificates apt-transport-https gnupg unzip \
&& curl https://packagecloud.io/gpg.key | apt-key add - \
&& curl -L https://packagecloud.io/tyk/tyk-gateway/gpgkey | apt-key add - \
&& apt-get install -y --no-install-recommends \
build-essential \
libluajit-5.1-2 \
Expand Down

0 comments on commit cb2d6ba

Please sign in to comment.