Preserve Python 3.11 in all-in-one image
This commit is contained in:
@@ -28,9 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libproj-dev \
|
||||
nginx \
|
||||
proj-bin \
|
||||
python3 \
|
||||
python3-pip \
|
||||
python3-venv \
|
||||
&& ln -sf python3.11 /usr/bin/python3 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user