Skip to content

Commit

Permalink
fix(dockerfile):use 80 port to retrive key.
Browse files Browse the repository at this point in the history
Signed-off-by: leozhang2018 <[email protected]>
  • Loading branch information
leozhang2018 committed Dec 17, 2021
1 parent 3dfd3fb commit 4a5a935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/service/reaper-plugin-xenial.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu xenial main" >> /etc/

RUN echo "deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu xenial main" >> /etc/apt/sources.list

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E1DD270288B4E6030699E45FA1715D88E1DF1F24
RUN apt-key adv --keyserver keyserver.ubuntu.com:80 --recv-keys E1DD270288B4E6030699E45FA1715D88E1DF1F24

# Forcing IPv4 transport with apt-get
RUN apt-get -o Acquire::ForceIPv4=true update
Expand Down

0 comments on commit 4a5a935

Please sign in to comment.