Skip to content

Commit

Permalink
need to apt-get install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-nyt committed Aug 1, 2018
1 parent eb56053 commit 4663e1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- setup_remote_docker:
docker_layer_caching: true

- run:
name: Install utilities
command: |
apt-get update
apt-get install -y zip
- run:
name: Install Docker client
command: |
Expand Down

0 comments on commit 4663e1e

Please sign in to comment.