Skip to content

Commit c14cc89

Browse files
committed
Don't use https
1 parent 37988ae commit c14cc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN apt-get update && \
6464
uv venv --python 3.13
6565

6666
ARG fw_version
67-
RUN uv pip install https://github.com/Jayy001/codexctl.git && \
67+
RUN uv pip install http://github.com/Jayy001/codexctl.git && \
6868
.venv/bin/codexctl download $fw_version --hardware rm2 --out /tmp/firmware && \
6969
.venv/bin/codexctl extract --out /opt/rootfs.ext4 /tmp/firmware/*
7070

0 commit comments

Comments
 (0)