We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b2c84 commit c72a57cCopy full SHA for c72a57c
saveweb/Dockerfile.chouti
@@ -13,12 +13,12 @@ RUN apk update \
13
USER nonroot:nonroot
14
WORKDIR /home/nonroot/
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"
17
RUN source /home/nonroot/.cargo/env \
18
&& uv venv \
19
&& source /home/nonroot/.venv/bin/activate \
20
&& uv pip --no-cache-dir install --upgrade \
- --extra-index-url https://git.saveweb.org/api/packages/saveweb/pypi/simple \
21
- chouti
+ "$chouti_url"
22
23
RUN echo 'source /home/nonroot/.cargo/env' > /home/nonroot/.bashrc \
24
&& echo 'source /home/nonroot/.venv/bin/activate' >> /home/nonroot/.bashrc \
0 commit comments