Skip to content

Commit

Permalink
change paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Jan 27, 2025
1 parent 2d163f2 commit e77a3fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions panda/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ COPY --from=panda /tmp/build_dep.txt /tmp

# Set up /package-root with files from panda we'll package
COPY --from=panda /usr/local/lib/x86_64-linux-gnu /package-root/usr/local/lib/panda
COPY --from=panda /usr/local/share/qemu /package-root/usr/local/share/qemu
COPY --from=panda /usr/local/share/qemu /package-root/usr/local/share/panda
RUN mkdir -p /package-root/usr/local/lib/panda/contrib/plugins
COPY --from=panda /panda/build/contrib/plugins/libpanda_plugin_interface.so /package-root/usr/local/lib/panda/contrib/plugins
COPY --from=panda /usr/local/share/qemu /package-root/usr/local/share/qemu
COPY --from=panda /panda/build/config-host.mak /package-root/usr/local/share/qemu
COPY --from=panda /panda/build/config-host.mak /package-root/usr/local/share/panda

# Create DEBIAN directory and control file
COPY control /package-root/DEBIAN/control
Expand Down

0 comments on commit e77a3fc

Please sign in to comment.