For this command in the build step:
sudo apt-get update && sudo apt-get install -y awscli
Started getting this error earlier today:
E: Could not open file /var/lib/apt/lists/deb.debian.org_debian_dists_buster_main_binary-amd64_Packages.diff_Index - open (2: No such file or directory)
Exited with code 100
This is with the circleci/php:7.2-cli-node-browsers
image.
Not sure what’s going on. Anyone encounter anything similar and/or know how to fix?