Skip to content

Commit

Permalink
Fix debian release build
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed Dec 8, 2024
1 parent 8c92fd0 commit 2979628
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN apt-get update && \
python3
COPY . .
RUN npm install --ignore-scripts
RUN MAKEFLAGS=-j$(nproc) npx -y prebuild

RUN CXX=g++-11 MAKEFLAGS=-j$(nproc) npx -y prebuild
FROM scratch
COPY --from=build /isolated-vm/prebuilds .

0 comments on commit 2979628

Please sign in to comment.