We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d918b13 commit 3638dcaCopy full SHA for 3638dca
dockers/docker-config-engine/Dockerfile.j2
@@ -10,7 +10,7 @@ RUN apt-get install -y python-lxml python-yaml python-bitarray python-pip python
10
11
RUN pip install --upgrade pip
12
13
-RUN pip install netaddr ipaddr jinja2 pyangbind
+RUN pip install netaddr ipaddr jinja2 pyangbind==0.5.10
14
15
{% if docker_config_engine_debs.strip() %}
16
COPY \
0 commit comments