mirror of
				https://github.com/yuzu-emu/build-environments.git
				synced 2025-11-04 14:14:56 +00:00 
			
		
		
		
	linux-fresh: use newer git
This commit is contained in:
		
							parent
							
								
									7e6b2ed26b
								
							
						
					
					
						commit
						264af2410a
					
				| 
						 | 
					@ -18,7 +18,6 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
 | 
				
			||||||
    build-essential \
 | 
					    build-essential \
 | 
				
			||||||
    ccache \
 | 
					    ccache \
 | 
				
			||||||
    file \
 | 
					    file \
 | 
				
			||||||
    git \
 | 
					 | 
				
			||||||
    gpg-agent \
 | 
					    gpg-agent \
 | 
				
			||||||
    liblz4-dev \
 | 
					    liblz4-dev \
 | 
				
			||||||
    libopus-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:cybermax-dexter/sdl2-backport && \
 | 
				
			||||||
    add-apt-repository -y ppa:jonathonf/ffmpeg-4 && \
 | 
					    add-apt-repository -y ppa:jonathonf/ffmpeg-4 && \
 | 
				
			||||||
    add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
 | 
					    add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
 | 
				
			||||||
 | 
					    add-apt-repository -y ppa:git-core/ppa && \
 | 
				
			||||||
    apt-get update -y && \
 | 
					    apt-get update -y && \
 | 
				
			||||||
    apt-get install --no-install-recommends -y \
 | 
					    apt-get install --no-install-recommends -y \
 | 
				
			||||||
    g++-${GCC_VER} \
 | 
					    g++-${GCC_VER} \
 | 
				
			||||||
    gcc-${GCC_VER} \
 | 
					    gcc-${GCC_VER} \
 | 
				
			||||||
 | 
					    git \
 | 
				
			||||||
    libavcodec-dev \
 | 
					    libavcodec-dev \
 | 
				
			||||||
    libavutil-dev \
 | 
					    libavutil-dev \
 | 
				
			||||||
    libsdl2-dev \
 | 
					    libsdl2-dev \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue