Skip to content

Commit 589d797

Browse files
committed
ci: trigger
1 parent 2e36137 commit 589d797

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

apps/core/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ RUN uv sync --all-extras --frozen --no-dev --no-editable --package=core
5151
# ==== STAGE 4: Webapp environment ====
5252
FROM runtime-deps AS webapp
5353

54-
5554
# Clean-up
5655
RUN apt-get update -y \
5756
&& apt-get remove -y --purge build-essential wget \

apps/geoapi/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ENV PATH="$UV_PROJECT_ENVIRONMENT/bin:$PATH"
1919
RUN apt-get update
2020
RUN apt-get upgrade -y
2121

22-
2322
# Install general required dependencies
2423
RUN apt-get install --no-install-recommends -y tzdata
2524

apps/routing/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ LABEL org.opencontainers.image.licenses="GPL-3.0"
88
ARG PYTHON_VERSION=3.11
99

1010

11-
1211
ENV LC_CTYPE=C.utf8 \
1312
UV_PROJECT_ENVIRONMENT="/venv" \
1413
UV_COMPILE_BYTECODE=1 \

0 commit comments

Comments
 (0)