mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
fix: permission
This commit is contained in:
parent
0d7e488127
commit
012e2bdb9f
@ -26,6 +26,7 @@ if [ "$(id -u)" -eq '0' ];then
|
|||||||
# ln -s ./g++-6 g++
|
# ln -s ./g++-6 g++
|
||||||
# ls -l
|
# ls -l
|
||||||
# cat /etc/passwd
|
# cat /etc/passwd
|
||||||
|
apt install cmake -y
|
||||||
exec gosu user docker/entrypoint
|
exec gosu user docker/entrypoint
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt install cmake -y
|
|
||||||
gcc --version
|
gcc --version
|
||||||
g++ --version
|
g++ --version
|
||||||
cmake --verion
|
cmake --verion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user