Skip to content

Commit

Permalink
update profiler workflow 7
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Feb 13, 2024
1 parent 2d446c2 commit 4934ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:bookworm-slim AS builder

# install required packages
RUN apt-get update -y && \
apt-get install -y curl build-essential mold pkg-config
apt-get install -y curl build-essential mold pkg-config libssl-dev

# set up Rust toolchain
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down

0 comments on commit 4934ba0

Please sign in to comment.