mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-28 17:57:11 +02:00
Remove cairo from Dockerfile.
This commit is contained in:
parent
0400da0b2f
commit
6a09479a1b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ COPY . /app/
|
|||
|
||||
RUN \
|
||||
apt update && \
|
||||
apt install -y --no-install-recommends gcc libcairo2-dev libgeos-dev && \
|
||||
apt install -y --no-install-recommends gcc libgeos-dev && \
|
||||
pip install --upgrade pip && \
|
||||
pip install . && \
|
||||
mkdir -p /maps/cache
|
||||
|
|
Loading…
Add table
Reference in a new issue