Skip to content

Commit 423a182

Browse files
committed
update dockerfile
1 parent dddb791 commit 423a182

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@ RUN pwd
2020

2121
RUN ls -la
2222

23+
# Install libssl-dev
24+
RUN apt-get update && apt-get install -y libssl-dev
25+
2326
# Build and run the Rust project
2427
CMD ["cargo", "run", "--profile", "maxperf", "--", "-c", "config.toml"]

0 commit comments

Comments
 (0)