mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 17:27:06 +00:00
Update Dockerfile
source to dot
This commit is contained in:
parent
57db87b221
commit
6f71dfddcf
|
@ -63,7 +63,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
RUN \
|
RUN \
|
||||||
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCCVER} 10 && \
|
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCCVER} 10 && \
|
||||||
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCCVER} 10 && \
|
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCCVER} 10 && \
|
||||||
source /opt/qt514/bin/qt514-env.sh && \
|
. /opt/qt514/bin/qt514-env.sh && \
|
||||||
gcc --version && \
|
gcc --version && \
|
||||||
g++ --version
|
g++ --version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue