mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-13 22:03:07 +00:00
Merge beb1fe0c0e356f1abcb7a73f3336b5d146d03e2c into 2daf84a6c10d22fcd4151fa9fcff9bea5407293a
This commit is contained in:
commit
7f57076f26
@ -3,8 +3,8 @@ FROM ubuntu:16.04
|
||||
|
||||
# Update repos and install dependencies
|
||||
RUN apt-get update \
|
||||
&& apt-get -y upgrade \
|
||||
&& apt-get -y install build-essential libsqlite3-dev zlib1g-dev
|
||||
&& apt-get -y install build-essential libsqlite3-dev zlib1g-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Create a directory and copy in all files
|
||||
RUN mkdir -p /tmp/tippecanoe-src
|
||||
|
Loading…
x
Reference in New Issue
Block a user