mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-09-20 14:07:09 +00:00
Update Dockerfile
clean up before user
This commit is contained in:
parent
2c6242f64e
commit
d713c8a294
|
@ -59,9 +59,10 @@ RUN \
|
|||
rm ./cmake*.sh && \
|
||||
cmake --version
|
||||
|
||||
RUN apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log
|
||||
|
||||
USER 1027
|
||||
RUN conan install catch2/2.11.0@ -s compiler.libcxx=libstdc++11 --build=missing && \
|
||||
conan install fmt/6.2.0@ -s compiler.libcxx=libstdc++11 --build=missing && \
|
||||
conan install nlohmann_json/3.7.3@ -s compiler.libcxx=libstdc++11 --build=missing && \
|
||||
apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/apt /var/lib/dpkg /var/lib/cache /var/lib/log
|
||||
|
||||
|
|
Loading…
Reference in a new issue