Skip to content

Commit

Permalink
Add openssl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Dec 6, 2023
1 parent b3b7ab8 commit 3f9cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
FROM node:20-slim AS builder

# Needed in order to build rust FFI bindings.
RUN apt-get update && apt-get install -y build-essential cmake curl pkg-config
RUN apt-get update && apt-get install -y build-essential cmake curl pkg-config openssl

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
ENV PATH="/root/.cargo/bin:${PATH}"
Expand Down

0 comments on commit 3f9cafe

Please sign in to comment.