diff --git a/Dockerfile b/Dockerfile index 7543f9a..2843d87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM python:3.8-buster +FROM python:3.12 # install nginx posgtes and gdal RUN apt-get update -y && apt-get upgrade -y && apt-get install nginx vim \ - postgresql-common libpq-dev python3-gdal -y + postgresql-common libpq-dev -y RUN ln -sf /dev/stdout /var/log/nginx/access.log \ && ln -sf /dev/stderr /var/log/nginx/error.log