Skip to content

Instantly share code, notes, and snippets.

@venth
Created August 13, 2017 19:20
Show Gist options
  • Save venth/178cf042f836986fbddfeee8320cc88a to your computer and use it in GitHub Desktop.
Save venth/178cf042f836986fbddfeee8320cc88a to your computer and use it in GitHub Desktop.
Issue reproduction attempt: Version 0.3.9 returns no roles
version: "3"
services:
"aws-adfs":
build:
context: .
FROM debian:stretch
RUN apt-get update && \
apt-get install -y curl python && \
curl -L https://bootstrap.pypa.io/get-pip.py | python && \
pip install aws-adfs
@venth
Copy link
Author

venth commented Aug 13, 2017

To bring it up, use: docker-compose run --rm aws-adfs
Cleanup: docker-compose down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment