diff options
Diffstat (limited to 'Containerfile')
-rw-r--r-- | Containerfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Containerfile b/Containerfile index ee58a57..c771b40 100644 --- a/Containerfile +++ b/Containerfile @@ -8,15 +8,15 @@ FROM docker.io/library/debian:bookworm WORKDIR /home/expo2 RUN apt update && \ - apt install -y postgresql apache2 survex rsync git cgit proftpd && \ - python3 python3-django python3-pil python3-piexif && \ - python3-bs4 python3-unidecode python3-cryptography && \ - libjs-codemirror libjs-proj4 + apt install -y postgresql apache2 survex rsync git cgit proftpd \ + python3 python3-django python3-pil python3-piexif \ + python3-bs4 python3-unidecode python3-cryptography \ + libjs-codemirror # do we need libjs-leaflet? libjs-sizzle? libjs-mgrs? # Install non-packaged dependencies -# apt install CaveView and bins and from local repo +# apt install CaveView and bins and libjs-proj4 from local repo/backports? # Copy only the dependency files first #wget troggle/pyproject.toml troggle/uv.lock #RUN wget troggle/pyproject.toml && uv sync --frozen |