Skip to content

Commit

Permalink
back docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tbicr committed Dec 2, 2022
1 parent 9b0accb commit e659d5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osm_back.dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:20.04
FROM ubuntu:22.04

ARG DEBIAN_FRONTEND=noninteractive
WORKDIR /app

RUN apt-get update && \
apt-get install osmium-tool python3-pip -y --no-install-recommends && \
apt-get install osmium-tool python3-pyosmium python3-shapely \
-y --no-install-recommends && \
apt-get clean && \
pip3 install osmium shapely && \
rm -rf /var/lib/apt/lists/*

0 comments on commit e659d5c

Please sign in to comment.