Skip to content

Commit aae33ac

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
Dockerfile: Use parsec-tool's recently added RSA-PSS functionality
Signed-off-by: Tomás González <[email protected]>
1 parent d9d72f5 commit aae33ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/docker_image/parsec-openssl-provider-test.Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ RUN git clone https://github.com/parallaxsecond/parsec.git --branch 1.3.0 \
3333
&& cd parsec \
3434
&& cargo build --features "mbed-crypto-provider,direct-authenticator"
3535

36-
RUN cargo install parsec-tool
36+
#TODO: This change is temporary and will be removed after a new parsec-tool version is released
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

Comments
 (0)