Przeglądaj źródła

Merge pull request #1635 from unclejack/fix_main_dockerfile

Fix libffi build failure for the main Dockerfile
Michael Crosby 12 lat temu
rodzic
commit
db91cac44f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -15,7 +15,7 @@ env	GOPATH	/go
 env	CGO_ENABLED 0
 env	CGO_ENABLED 0
 run	cd /tmp && echo 'package main' > t.go && go test -a -i -v
 run	cd /tmp && echo 'package main' > t.go && go test -a -i -v
 # Ubuntu stuff
 # Ubuntu stuff
-run	apt-get install -y -q ruby1.9.3 rubygems
+run	apt-get install -y -q ruby1.9.3 rubygems libffi-dev
 run	gem install fpm
 run	gem install fpm
 run	apt-get install -y -q reprepro dpkg-sig
 run	apt-get install -y -q reprepro dpkg-sig
 # Install s3cmd 1.0.1 (earlier versions don't support env variables in the config)
 # Install s3cmd 1.0.1 (earlier versions don't support env variables in the config)