mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 12:36:42 +01:00
Add go dockerfile for launch-container script
This commit is contained in:
@@ -47,8 +47,8 @@ source .bashrc
|
||||
|
||||
# go
|
||||
echo "installing go 1.14.2"
|
||||
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
|
||||
tar -C /usr/local -xzf go1.14.2.linux-amd64.tar.gz
|
||||
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
|
||||
tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
|
||||
|
||||
# nodejs
|
||||
echo "installing nodejs v14"
|
||||
|
||||
Reference in New Issue
Block a user