diff --git a/wercker.yml b/wercker.yml index 465a3259..9a48deea 100644 --- a/wercker.yml +++ b/wercker.yml @@ -77,9 +77,11 @@ build: # at the right place in the workspace tree - setup-go-workspace - - pkg-config - - gcc - - wget + - script: + name: oci8-pkgs + code: | + sudo apt-get pkg-config gcc wget + # Gets the dependencies - script: name: go get