Skip to content

Commit

Permalink
Disable ipv6 to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Apr 5, 2019
1 parent f76da9b commit 09c6378
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ FROM ruby:2.4.6-stretch
# Set correct environment variables.
ENV HOME /root

# Backported GDAL
RUN echo "deb http://packages.laboratoriopublico.org/publiclab/ stretch main" > /etc/apt/sources.list.d/publiclab.list

# Obtain key
RUN mkdir ~/.gnupg
RUN echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf
RUN apt-key adv --keyserver hkps.pool.sks-keyservers.net --recv-keys BF26EE05EA6A68F0

# Install dependencies
Expand Down

0 comments on commit 09c6378

Please sign in to comment.