Skip to content

Commit

Permalink
fix gpg error
Browse files Browse the repository at this point in the history
fix gpg error. Solution reference
usbarmory/usbarmory-debian-base_image#9
  • Loading branch information
harpreetpaul authored Apr 19, 2019
1 parent 386357f commit ef5eefb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 3.11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ RUN set -ex; \
fi; \
rm -rf /var/lib/apt/lists/*

# added following to fix gpg error. Solution reference
# https://github.com/inversepath/usbarmory-debian-base_image/issues/9
RUN mkdir ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf

# grab gosu for easy step-down from root
ENV GOSU_VERSION 1.10
RUN set -x \
Expand Down

0 comments on commit ef5eefb

Please sign in to comment.