We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37988ae commit c14cc89Copy full SHA for c14cc89
Dockerfile
@@ -64,7 +64,7 @@ RUN apt-get update && \
64
uv venv --python 3.13
65
66
ARG fw_version
67
-RUN uv pip install https://github.com/Jayy001/codexctl.git && \
+RUN uv pip install http://github.com/Jayy001/codexctl.git && \
68
.venv/bin/codexctl download $fw_version --hardware rm2 --out /tmp/firmware && \
69
.venv/bin/codexctl extract --out /opt/rootfs.ext4 /tmp/firmware/*
70
0 commit comments