File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ RUN uv sync --all-extras --frozen --no-dev --no-editable --package=core
5151# ==== STAGE 4: Webapp environment ====
5252FROM runtime-deps AS webapp
5353
54-
5554# Clean-up
5655RUN apt-get update -y \
5756 && apt-get remove -y --purge build-essential wget \
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ ENV PATH="$UV_PROJECT_ENVIRONMENT/bin:$PATH"
1919RUN apt-get update
2020RUN apt-get upgrade -y
2121
22-
2322# Install general required dependencies
2423RUN apt-get install --no-install-recommends -y tzdata
2524
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ LABEL org.opencontainers.image.licenses="GPL-3.0"
88ARG PYTHON_VERSION=3.11
99
1010
11-
1211ENV LC_CTYPE=C.utf8 \
1312 UV_PROJECT_ENVIRONMENT="/venv" \
1413 UV_COMPILE_BYTECODE=1 \
You can’t perform that action at this time.
0 commit comments