mirror of
https://github.com/mvt-project/mvt.git
synced 2026-09-05 01:16:36 +02:00
Refactor Dockerfile into tool-specific multi-stage builds
Also made the following other changes: - The final image for the tool-specific Dockerfiles is based off of alpine instead of ubuntu - Add step to build libtatsu, which is a new dependency for libimobiledevice - Multithread make operations during build - Use ARG instead of ENV for build environment variables - Use apt-get instead of apt - Use non-dev library in the final image (except for manually built libraries)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Ignore everything, the dockerfile always pulls from https://github.com/mvt-project/mvt.git@main
|
||||
*
|
||||
Reference in New Issue
Block a user