This commit is contained in:
Gilles Boccon-Gibod
2020-01-05 16:21:27 -08:00
parent f123da18cf
commit 5857bb29f1

View File

@@ -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/*