Install cmake go

This commit is contained in:
Shang Chieh Tseng
2025-04-10 19:20:01 +08:00
parent 50a8654ea8
commit 20787581fe
2 changed files with 3 additions and 0 deletions

View File

@@ -44,3 +44,5 @@ RUN cd /usr/local\
&& wget https://go.dev/dl/go1.24.2.linux-amd64.tar.gz\
&& tar xvf go1.24.2.linux-amd64.tar.gz
# Post install, setup path
COPY go.sh /etc/profile.d/gcc-10.sh