Skip to content

Commit

Permalink
Update tiler-imposm dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jun 20, 2024
1 parent 60810bf commit 951463d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/tiler-imposm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ RUN apt-get install -y \
rm -rf /var/lib/apt/lists/*

# # Install python
RUN add-apt-repository ppa:deadsnakes/ppa && \
RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get update && \
apt-get install -y build-essential python3.6 python3.6-dev python3-pip && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 951463d

Please sign in to comment.