diff --git a/docker-compose-rel.yml b/docker-compose-rel.yml index 8f6ca4043a03bd20fdc44e53ee9627673f9e7502..b0396e65acb18be830c1ec78a85c2b6420b95ac6 100644 --- a/docker-compose-rel.yml +++ b/docker-compose-rel.yml @@ -33,16 +33,6 @@ services: - "db" - "aprsc" - heatmaps: - image: peterus/trackdirect-python:latest - restart: always - volumes: - - $PWD/config/trackdirect.ini:/root/trackdirect/config/trackdirect.ini - - $PWD/heatmaps:/root/trackdirect/htdocs/public/heatmaps - command: /root/trackdirect/server/scripts/heatmapcreator.sh trackdirect.ini /root/trackdirect/htdocs/public/heatmaps - depends_on: - - "db" - web: image: peterus/trackdirect-apache:latest restart: always diff --git a/trackdirect-python.dockerfile b/trackdirect-python.dockerfile index 1144bf5028fcc5e160b81106d3723536c5330f76..fb1dae36c0fdf20bc30ba5faf580fdea2c7a1cdc 100644 --- a/trackdirect-python.dockerfile +++ b/trackdirect-python.dockerfile @@ -4,10 +4,8 @@ RUN apt-get update && apt-get install -y \ python3 \ python3-dev \ python3-pip \ + python-is-python3 \ git \ - curl \ - wget \ - gcc \ && rm -rf /var/lib/apt/lists/* COPY . /root/trackdirect