Skip to content

Commit

Permalink
update dependencies on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aires committed Apr 28, 2022
1 parent 25a9867 commit 4ebc517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Vagrant.configure("2") do |config|
echo "* Installig toolchain..."
apk add -U git llvm-static yaml-static sqlite-static libssh2-static zlib-static libretls-static openssl-libs-static openssl-dev crystal shards
echo "* Installing dependencies..."
cd /ecmo ; shards install --production
cd /ecmo ; shards update
echo "* Building release..."
crystal build --release --static /ecmo/src/app.cr -o /ecmo/dist/ecmo-linux-x86-64.bin
SHELL
Expand Down

0 comments on commit 4ebc517

Please sign in to comment.