File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ RUN apk update \
13
13
USER nonroot:nonroot
14
14
WORKDIR /home/nonroot/
15
15
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
16
+ ARG chouti_url="https://git.saveweb.org/api/packages/saveweb/pypi/files/chouti/1.0.3/chouti-1.0.3-py3-none-any.whl#sha256-88f4b4555bc6d4a73b33db1d77548277868db26d41a5981454fd0209164d803e"
16
17
RUN source /home/nonroot/.cargo/env \
17
18
&& uv venv \
18
19
&& source /home/nonroot/.venv/bin/activate \
19
20
&& uv pip --no-cache-dir install --upgrade \
20
- --extra-index-url https://git.saveweb.org/api/packages/saveweb/pypi/simple \
21
- chouti
21
+ "$chouti_url"
22
22
23
23
RUN echo 'source /home/nonroot/.cargo/env' > /home/nonroot/.bashrc \
24
24
&& echo 'source /home/nonroot/.venv/bin/activate' >> /home/nonroot/.bashrc \
You can’t perform that action at this time.
0 commit comments