Skip to content

Commit

Permalink
fix(helia): 🔧 Adding custom CMAKE flags
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <[email protected]>
  • Loading branch information
whizzzkid committed Oct 4, 2023
1 parent 26f328f commit 1db8748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM node:20-alpine

RUN apk update
RUN apk add build-base cmake git libressl-dev
ARG CMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC"
ARG CMAKE_C_FLAGS="${CMAKE_C_FLAGS} -fPIC"

WORKDIR /app

Expand Down

0 comments on commit 1db8748

Please sign in to comment.