mirror of
https://github.com/axiomatic-systems/Bento4.git
synced 2026-01-12 00:18:59 +08:00
wip
This commit is contained in:
@@ -17,7 +17,7 @@ COPY ./ /opt/bento4/dist
|
||||
RUN rm -rf /opt/bento4/dist/cmakebuild && mkdir -p /opt/bento4/dist/cmakebuild && cd /opt/bento4/dist/cmakebuild && cmake -DCMAKE_BUILD_TYPE=Release .. && make
|
||||
|
||||
# Install
|
||||
RUN cd /opt/bento4/dist && python3 Scripts/SdkPackager.py /opt/bento4/dist
|
||||
RUN cd /opt/bento4/dist && python3 Scripts/SdkPackager.py
|
||||
|
||||
# Cleanup.
|
||||
RUN rm -rf /var/cache/apk/* /tmp/*
|
||||
|
||||
Reference in New Issue
Block a user