Skip to content

Commit 27aea8e

Browse files
committed
fixed build issue
1 parent 4e6a071 commit 27aea8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
66
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
77
CMD ["/bin/bash"]
@@ -16,7 +16,7 @@ ENV TZ=Europe/Berlin
1616
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
1717
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa
1818
RUN 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

0 commit comments

Comments
 (0)