Skip to content

Commit

Permalink
fix: add copyright to deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Sep 18, 2024
1 parent 9a10773 commit 98c7c3e
Showing 1 changed file 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 @@ -175,6 +175,7 @@ RUN mkdir -p ${STAGING_DEBIAN} ${STAGING_SBIN} ${STAGING_BIN} ${STAGING_BASE}/et
COPY control ${STAGING_DEBIAN}/control
COPY package.json ${STAGING_SHARE}/package.json
COPY postinst ${STAGING_DEBIAN}/postinst
COPY LICENSE ${STAGING_BASE}/usr/share/doc/machine-emulator-tools/copyright

COPY --from=builder ${BUILD_BASE}/tools/sys-utils/cartesi-init/cartesi-init ${STAGING_SBIN}
COPY --from=c-builder ${BUILD_BASE}/tools/sys-utils/xhalt/xhalt ${STAGING_SBIN}
Expand Down

0 comments on commit 98c7c3e

Please sign in to comment.