Skip to content

Commit

Permalink
Fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yendric committed Jan 4, 2024
1 parent 170192a commit 8e146bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable

RUN apk add python3 make gcc g++

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
File renamed without changes.

0 comments on commit 8e146bc

Please sign in to comment.