Skip to content

Commit

Permalink
update profiler workflow 6
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 dede848 commit 2d446c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 libssl-dev pkg-config cmake-data
apt-get install -y curl build-essential mold pkg-config

# set up Rust toolchain
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
Expand Down Expand Up @@ -40,7 +40,7 @@ ENV GID=1001

RUN set -ex && \
apt-get update -y && \
apt-get install -y curl ca-certificates libssl-dev pkg-config cmake-data && \
apt-get install -y curl ca-certificates && \
addgroup --gid $GID $USER && \
adduser \
--disabled-password \
Expand Down

0 comments on commit 2d446c2

Please sign in to comment.