mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 20:37:08 +00:00
Update Dockerfile
add apt transport
This commit is contained in:
parent
3c7907c771
commit
6821915702
|
@ -14,6 +14,8 @@ ENV GXX_BINARY=g++-${GCCVER}
|
||||||
|
|
||||||
# Create a user account yuzu (UID 1027) that the container will run as
|
# Create a user account yuzu (UID 1027) that the container will run as
|
||||||
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
|
apt-get update -y && \
|
||||||
|
apt-get install -y curl software-properties-common apt-transport-https && \
|
||||||
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
|
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y full-upgrade && \
|
DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y full-upgrade && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||||
|
|
Loading…
Reference in a new issue