add Dockerfile for easier build

This commit is contained in:
Motiejus Jakštys
2021-05-09 16:51:54 +03:00
parent 1d233d38af
commit c1196dc45b
2 changed files with 23 additions and 0 deletions

9
IV/Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM debian:bullseye
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
texlive-full poppler-utils \
osm2pgsql postgresql-client \
python3-pygments python3-geopandas \
latexmk make \
docker.io