mirror of https://github.com/WerWolv/ImHex
build(web): make a shallow clone of vcpkg
This commit is contained in:
parent
3a3c2fb204
commit
d6aec341fe
|
|
@ -12,8 +12,7 @@ RUN <<EOF
|
|||
# Note: we are a patch on the libmagic port
|
||||
set -xe
|
||||
|
||||
git clone https://github.com/microsoft/vcpkg /vcpkg
|
||||
git -C /vcpkg pull
|
||||
git clone --depth 1 https://github.com/microsoft/vcpkg /vcpkg
|
||||
/vcpkg/bootstrap-vcpkg.sh
|
||||
sed -i 's/vcpkg_install_make(${EXTRA_ARGS})/vcpkg_install_make(${EXTRA_ARGS} SUBPATH src)/g' /vcpkg/ports/libmagic/portfile.cmake
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in New Issue