-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ts-tests README, add python3 to docker base runner stage
- Loading branch information
higherordertech
committed
Oct 3, 2024
1 parent
5ae3a56
commit ecd8563
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler python3 python-is-python3 | ||
RUN corepack enable && corepack prepare [email protected] --activate && corepack enable pnpm | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters