Update Dockerfile
This commit is contained in:
@@ -15,7 +15,10 @@ RUN \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
|
||||
exit 0
|
||||
|
||||
RUN pip3 install autoenv autopep8 conan conan_package_tools cmake-format setuptools
|
||||
RUN \
|
||||
pip3 install autoenv autopep8 cmake-format conan conan_package_tools setuptools &&
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default && \
|
||||
exit 0
|
||||
|
||||
RUN \
|
||||
mkdir -p /var/run/sshd && \
|
||||
|
||||
Reference in New Issue
Block a user