Skip to content

Commit

Permalink
add build-essential to docker base runner stage
Browse files Browse the repository at this point in the history
  • Loading branch information
higherordertech committed Oct 3, 2024
1 parent ecd8563 commit 3f65aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tee-worker/identity/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ RUN cargo test --release
##################################################
FROM node:18-bookworm-slim AS runner

RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler python3 python-is-python3
RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler python3 python-is-python3 build-essential
RUN corepack enable && corepack prepare [email protected] --activate && corepack enable pnpm


Expand Down

0 comments on commit 3f65aa2

Please sign in to comment.