Skip to content

Commit

Permalink
Add OSMF PPA repository and signing key for Xenial packages (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylerbunny authored and kocio-pl committed Jul 19, 2018
1 parent 7b0a1d8 commit 6220c2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile.import
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
FROM ubuntu:xenial

RUN echo 'deb http://ppa.launchpad.net/osmadmins/ppa/ubuntu xenial main\n\
deb-src http://ppa.launchpad.net/osmadmins/ppa/ubuntu xenial main' > \
/etc/apt/sources.list.d/osmadmins-ppa.list

RUN apt-key adv --keyserver keyserver.ubuntu.com \
--recv A438A16C88C6BE41CB1616B8D57F48750AC4F2CB

RUN apt-get update && apt-get install --no-install-recommends -y \
curl ca-certificates osm2pgsql postgresql-client \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6220c2e

Please sign in to comment.