Skip to content

Commit 1d13f8e

Browse files
ShahanaFarooquicdecker
authored andcommitted
Remove explicit clnvm run
- Removed `RUN uv run clnvm get-all` since it fails with `No such file or directory (os error 2)` and is redundant, as the command runs later with `gltestserver run`. - Set `GL_TESTING_IGNORE_HASH` to False to suppress the warning: "Checking the hash of remote versions is disabled, which is unsafe. Try to unset GL_TESTING_IGNORE_HASH."
1 parent 007c071 commit 1d13f8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/gl-testserver/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV RUST_VERSION=1.74
1010
ENV PATH=$CARGO_HOME/bin:$PATH
1111
ENV PROTOC_VERSION=3.19.3
1212
ENV CFSSL_VERSION=1.6.5
13-
ENV GL_TESTING_IGNORE_HASH=true
13+
ENV GL_TESTING_IGNORE_HASH=False
1414
ENV PATH=$PATH:/home/$DOCKER_USER/.local/bin/:/opt/bitcoin/bin:/home/$DOCKER_USER/.cargo/bin
1515
ENV REPO=$REPO_PATH
1616

@@ -81,5 +81,4 @@ RUN cargo build --bin gl-signerproxy
8181
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
8282

8383
RUN uv lock && uv sync --locked -v
84-
RUN uv run clnvm get-all
8584
CMD uv run gltestserver run --metadata ${REPO}/ --directory ${REPO}/.gltestserver

0 commit comments

Comments
 (0)