File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# docker build -f Dockerfile -t uhhlt/dats_backend:<version> .
22# docker push uhhlt/dats_backend:<version>
33
4- FROM ubuntu:jammy-20221020 AS ubuntu
4+ FROM ubuntu:jammy-20250404 AS ubuntu
55# install uv
66COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
77CMD ["/bin/bash" ]
@@ -16,7 +16,7 @@ ENV TZ=Europe/Berlin
1616RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1717RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa
1818RUN apt-get update -q && \
19- apt-get install -q -y --no-install-recommends bzip2 curl wget ca-certificates libmagic1 libpq-dev build-essential python3.11 python3-pip python3-dev ffmpeg && \
19+ apt-get install -q -y --no-install-recommends bzip2 curl wget ca-certificates libmagic1 libpq-dev build-essential python3.11 python3.11-dev python3 -pip python3-dev ffmpeg && \
2020 apt-get clean && \
2121 rm -rf /var/lib/apt/lists/* && \
2222 rm -r /var/cache
You can’t perform that action at this time.
0 commit comments