Skip to content

Commit

Permalink
run apt-get update before install
Browse files Browse the repository at this point in the history
CircleCI docker_build_image job has been failing on apt-get install.
Example https://circleci.com/gh/filecoin-project/go-filecoin/16553
  • Loading branch information
ognots authored and acruikshank committed May 8, 2019
1 parent 45930b2 commit d7c3b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ jobs:
- run:
name: Install AWS CLI
command: |
sudo apt-get update
sudo apt-get install -y python-pip libyaml-dev python-dev jq
sudo pip install awscli
- run:
Expand Down

0 comments on commit d7c3b1d

Please sign in to comment.