Skip to content

Commit

Permalink
Avec cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 2, 2024
1 parent 8c5bb21 commit 007d71f
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 @@ -4,7 +4,9 @@ FROM node:20-alpine AS base
FROM base AS deps

RUN corepack enable
RUN apk update
RUN apk add g++
RUN apk add cmake

# We set /app as the working directory within the container
WORKDIR /app
Expand Down

0 comments on commit 007d71f

Please sign in to comment.