build changes
This commit is contained in:
parent
8db6d93bcb
commit
c27229e920
1 changed files with 2 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
apt-get install -y gcc-multilib libc6-dev-i386 linux-libc-dev:i386
|
||||
apt-get install -y gcc-multilib libc6 libc6-dev libc6-dev-i386
|
||||
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
|
||||
curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
PATH=$PATH:~/go/bin
|
||||
|
@ -15,5 +15,3 @@ go get -u github.com/gobuffalo/packr/v2/packr2
|
|||
cd frontend && npm install && npm run build && cd ..
|
||||
|
||||
packr2
|
||||
|
||||
export CGO_ENABLED=1
|
||||
|
|
Loading…
Reference in a new issue