Update Dockerfile

source to dot
This commit is contained in:
qurious-pixel 2020-07-25 20:26:41 -07:00 committed by GitHub
parent 57db87b221
commit 6f71dfddcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
RUN \
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${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 && \
g++ --version