Skip to content

Commit

Permalink
Merge pull request #2818 from kocio-pl/docker-kosmtik16
Browse files Browse the repository at this point in the history
Fixing line wrapping bug in Docker
  • Loading branch information
pnorman authored Sep 11, 2017
2 parents 7e2c4d7 + 67e7ef4 commit e04df3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM ubuntu:xenial

# Style dependencies
RUN apt-get update && apt-get install --no-install-recommends -y \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.import
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM ubuntu:xenial

RUN apt-get update && apt-get install --no-install-recommends -y \
curl ca-certificates osm2pgsql postgresql-client \
Expand All @@ -9,4 +9,4 @@ ADD openstreetmap-carto.style /
RUN mkdir -p /openstreetmap-carto
WORKDIR /openstreetmap-carto

CMD sh scripts/docker-startup.sh import
CMD sh scripts/docker-startup.sh import

0 comments on commit e04df3a

Please sign in to comment.