Skip to content

Commit

Permalink
build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pashcovich committed Oct 15, 2021
1 parent 8db6d93 commit c27229e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c27229e

Please sign in to comment.