Skip to content

Commit

Permalink
fix perf
Browse files Browse the repository at this point in the history
  • Loading branch information
doehyunbaek committed Jul 15, 2024
1 parent 1c61a32 commit f0884f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ COPY . /home/wasm-r3
# Install the dependencies
RUN cd /home/wasm-r3 && mkdir -p dist/tracer && npm install -g wasm-pack && npm ci && npx playwright install-deps && npx playwright install && npm run build-full

# fix perf
RUN cp /usr/lib/linux-tools/5.15.0-113-generic/perf /usr/bin/perf

WORKDIR /home/wasm-r3

CMD ["bash"]

0 comments on commit f0884f0

Please sign in to comment.