diff --git a/Dockerfile b/Dockerfile index f3191b0..bc7db56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN pip install \ # napalm is used for gathering information from network devices napalm \ # ruamel is used in startup_scripts - ruamel.yaml \ + 'ruamel.yaml>=0.15,<0.16' \ # pinning django to the version required by netbox # adding it here, to install the correct version of # django-rq