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++
|
||||
# ls -l
|
||||
# cat /etc/passwd
|
||||
apt install cmake -y
|
||||
exec gosu user docker/entrypoint
|
||||
|
||||
fi
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/bash
|
||||
apt install cmake -y
|
||||
gcc --version
|
||||
g++ --version
|
||||
cmake --verion
|
||||
|
Loading…
x
Reference in New Issue
Block a user