Skip to content

Commit

Permalink
remove rust artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Oct 25, 2023
1 parent e4bd246 commit af72934
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ WORKDIR /panda/

#### Install PANDA + pypanda from builder - Stage 4
FROM builder as installer
RUN make -C /panda/build install
RUN make -C /panda/build install && \
rm -r /usr/local/lib/panda/*/cosi \
/usr/local/lib/panda/*/cosi_strace \
/usr/local/lib/panda/*/gdb \
/usr/local/lib/panda/*/snake_hook \
/usr/local/lib/panda/*/rust_skeleton

# Install pypanda
RUN cd /panda/panda/python/core && \
python3 setup.py install
Expand Down

0 comments on commit af72934

Please sign in to comment.