We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
container should build
container fails to build due to futures install
delete the install line for futures
docker build -t gimme-aws-creds:latest .
#9 12.66 Collecting futures #9 12.71 Downloading futures-3.0.5.tar.gz (25 kB) #9 12.73 Preparing metadata (setup.py): started #9 12.97 Preparing metadata (setup.py): finished with status 'error' #9 12.98 error: subprocess-exited-with-error #9 12.98
Docker version 20.10.8, build 3967b7d
➜ gimme-aws-creds git:(master) ✗ sw_vers ProductName: macOS ProductVersion: 11.6.4 BuildVersion: 20G417
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
container should build
Current Behavior
container fails to build due to futures install
Possible Solution
delete the install line for futures
Steps to Reproduce (for bugs)
docker build -t gimme-aws-creds:latest .
Your Environment
docker --version
Docker version 20.10.8, build 3967b7d
The text was updated successfully, but these errors were encountered: