Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
eins authored Jan 24, 2025
2 parents f772dd3 + 8c1d51d commit e61c316
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion etc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ RUN echo "TDLib ${tdlib_version}-${tdlib_branch}" > tdlib-version && \
mkdir build && \
cd build && \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && \
cmake --build . --target install
cmake --build . --target prepare_cross_compiling && \
cd .. && \
php SplitSource.php && \
cd build && \
cmake --build . --target install && \
cd .. && \
php SplitSource.php --undo

RUN set +x && apk update && apk upgrade && \
apk add --update pkgconfig libayatana-appindicator-dev libayatana-indicator-dev ayatana-ido-dev libwebp-tools libpng-dev ffmpeg
Expand Down

0 comments on commit e61c316

Please sign in to comment.