Make it work out of the box

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2021-12-14 18:18:58 +01:00
parent ffebf93314
commit a81dfbb11e
2 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,8 @@
FROM debian:buster
RUN apt-get -y update && apt-get install -y git osmium-tool osmosis postgis pgadmin3 postgresql-contrib postgresql-client postgresql-postgis postgresql python3-pip python3-venv python3-dev curl sudo flightgear tmux vim wget parallel
RUN apt-get -y update &&\
apt-get install -y git osmium-tool osmosis postgis pgadmin3 postgresql-contrib postgresql-client postgresql-postgis postgresql python3-pip python3-venv python3-dev curl sudo flightgear tmux vim wget parallel zip &&\
apt-get clean
# pillow dependencies:
RUN apt-get -y install libtiff5-dev libjpeg-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
@ -14,7 +16,7 @@ ENV EASY_O2C_COMMIT ca231ac539efa4fcd5bbd359956335cffc8aaec8
ENV EASY_O2C_SCRIPTS_COMMIT 836d350f130eff9e86d7338a7d6fb7e2f14617a9
RUN git clone https://gitlab.com/merspieler/easy-osm2city.git
RUN git clone https://gitea.merspieler.tk/fly/easy-osm2city.git
WORKDIR /easy-osm2city
COPY general-settings .

View file

@ -12,5 +12,5 @@ fg_scenery=/scenery
db_host=o2c-psql
db_port=5432
db_user=osm
db_user=postgres
db_passwd="FG-is-GREAT"