Update dpkg (#206)

This commit is contained in:
Przemyslaw Rzad 2019-09-11 15:08:59 +02:00 committed by GitHub
parent 4e2971f880
commit d593577ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,12 @@ orbs:
commands:
install-chrome:
steps:
- run:
name: Update dpkg
command: |
sudo apt-get clean
sudo apt-get update
sudo apt-get install dpkg
- run:
name: Install Chrome
command: |