From 264af2410a1f03f12c4e65b6bcf3b358a27ffd46 Mon Sep 17 00:00:00 2001 From: liushuyu Date: Thu, 23 Dec 2021 00:54:09 -0700 Subject: [PATCH] linux-fresh: use newer git --- linux-fresh/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index 70944ed..0e60a9b 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -18,7 +18,6 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ build-essential \ ccache \ file \ - git \ gpg-agent \ liblz4-dev \ libopus-dev \ @@ -42,10 +41,12 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ add-apt-repository -y ppa:cybermax-dexter/sdl2-backport && \ add-apt-repository -y ppa:jonathonf/ffmpeg-4 && \ add-apt-repository -y ppa:ubuntu-toolchain-r/test && \ + add-apt-repository -y ppa:git-core/ppa && \ apt-get update -y && \ apt-get install --no-install-recommends -y \ g++-${GCC_VER} \ gcc-${GCC_VER} \ + git \ libavcodec-dev \ libavutil-dev \ libsdl2-dev \