alex / letsencrypt-aws

BSD 3-Clause "New" or "Revised" License
728 stars 121 forks source link

Latest docker build falling over #102

Closed LloydGriffiths closed 6 years ago

LloydGriffiths commented 6 years ago

Today we pulled the latest image and saw the container fall over with the following error:

Traceback (most recent call last):
  File "letsencrypt-aws.py", line 9, in <module>
    import acme.jose
ImportError: No module named jose

I'm also able to recreate this by running docker run -it alexgaynor/letsencrypt-aws.

I've built the container locally and it seems to run OK. After looking at automated build on Dockerhub, it appears the latest build is stuck in Queued - maybe re-triggering the build would fix this?

alex commented 6 years ago

Should be fixed now.