mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-02 06:28:34 -04:00
Install gcc at the end of code-server-golang init script
This commit is contained in:
@@ -17,6 +17,9 @@ if [ -f "/golang/golang_${ARCH}.tar.gz" ]; then
|
||||
echo "Installing golang"
|
||||
tar xzf "/golang/golang_${ARCH}.tar.gz" -C /usr/local
|
||||
rm -rf /golang
|
||||
|
||||
echo "Installing gcc, to make CGO work"
|
||||
apt-get update && apt-get install -y gcc
|
||||
else
|
||||
echo "Golang already installed, skipping"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user