Skip to content

Commit

Permalink
Add License / Attribution file to image (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Iain Anderson <[email protected]>
  • Loading branch information
iain-anderson committed Nov 15, 2019
1 parent 2bc5097 commit f046fe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Dockerfile.alpine-3.9
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ COPY --from=builder /device-bacnet-c/build/release/ /
COPY --from=builder /usr/lib/libcsdk.so /usr/lib
COPY --from=builder /usr/include/edgex /usr/include/edgex
COPY --from=builder /usr/include/iot /usr/include/iot
COPY --from=builder /usr/share/doc/edgex-csdk /usr/share/doc/edgex-csdk
COPY --from=builder /usr/local/lib/libcbor* /usr/local/lib/

COPY scripts/startup.sh /startup.sh
COPY LICENSE /.
COPY Attribution.txt /.
COPY res /res
COPY profiles /profiles

Expand Down
2 changes: 2 additions & 0 deletions scripts/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ then
./scripts/build.sh
cp -rf include/* /usr/include/
cp build/release/c/libcsdk.so /usr/lib/
mkdir -p /usr/share/doc/edgex-csdk
cp Attribution.txt /usr/share/doc/edgex-csdk
rm -rf /device-bacnet-c/deps
fi

0 comments on commit f046fe9

Please sign in to comment.