Skip to content

Commit 8f8fa6e

Browse files
committed
Chore: Fix OCI building
1 parent ee7a18b commit 8f8fa6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN \
2929
--mount=type=cache,id=uv,target=/root/.cache/uv \
3030
true \
3131
&& pip install uv \
32-
&& uv venv --no-project --relocatable /app \
33-
&& uv pip install --directory=/app /src
32+
&& uv venv --relocatable /app \
33+
&& uv pip install --upgrade --compile-bytecode --directory=/app /src
3434

3535
# Install optional software
3636
RUN wget --quiet --output-document=/tmp/jq "https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64"

0 commit comments

Comments
 (0)