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 60b3d10 commit 3d34d5fCopy full SHA for 3d34d5f
tests/docker_image/parsec-openssl-provider-test.Dockerfile
@@ -31,6 +31,10 @@ ENV PARSEC_SERVICE_ENDPOINT="unix:/tmp/parsec.sock"
31
32
RUN git clone https://github.com/parallaxsecond/parsec.git --branch 1.3.0 \
33
&& cd parsec \
34
- && cargo build --features "mbed-crypto-provider,direct-authenticator"
+ && cargo build --features "mbed-crypto-provider,direct-authenticator" \
35
+ && cd ..
36
-RUN cargo install parsec-tool
37
+RUN git clone https://github.com/parallaxsecond/parsec-tool.git --branch main \
38
+ && cd parsec-tool \
39
+ && cargo build \
40
+ && cp target/debug/parsec-tool /opt/rust/bin/parsec-tool
0 commit comments