Skip to content

Commit 6520a2e

Browse files
committed
ci: disable in-tree-build
1 parent d1e6dbe commit 6520a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN \
3030
apk add --no-cache --upgrade git && \
3131
which pip && \
3232
which python && \
33-
pip install --use-feature=in-tree-build /app && \
33+
pip install /app && \
3434
which k8t && \
3535
apk del git gcc musl-dev && \
3636
rm -rf /app /var/cache/apk

0 commit comments

Comments
 (0)