From 22b1a82072387e2d579414b42a2203ddd8c5ed40 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:29:16 -0400 Subject: [PATCH] Revert "fresh: Specify vcpkg version" --- linux-fresh/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 4436ff9..4555d79 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -7,7 +7,6 @@ ENV DEBIAN_FRONTEND=noninteractive ENV GCC_VER=11.3.0 ENV QT_PKG_VER=515 ENV QT_VER=5.15.2 -ENV VCPKG_VER=2022.07.25 ENV UBUNTU_VER=bionic # Create a user account yuzu (UID 1027) that the container will run as @@ -141,7 +140,7 @@ ENV VCPKG_TOOLCHAIN_FILE=/home/yuzu/vcpkg/scripts/buildsystems/vcpkg.cmake USER 1027 # Install vcpkg and required dependencies for yuzu RUN cd /home/yuzu &&\ - git clone --depth 1 --branch ${VCPKG_VER} https://github.com/Microsoft/vcpkg.git &&\ + git clone --depth 1 https://github.com/Microsoft/vcpkg.git &&\ cd vcpkg &&\ ./bootstrap-vcpkg.sh &&\ ./vcpkg install \