Skip to content

Commit 3638dca

Browse files
authored
[translate-acl] Specify pyangbind version to not introduce new dependency (#915)
1 parent d918b13 commit 3638dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-config-engine/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get install -y python-lxml python-yaml python-bitarray python-pip python
1010

1111
RUN pip install --upgrade pip
1212

13-
RUN pip install netaddr ipaddr jinja2 pyangbind
13+
RUN pip install netaddr ipaddr jinja2 pyangbind==0.5.10
1414

1515
{% if docker_config_engine_debs.strip() %}
1616
COPY \

0 commit comments

Comments
 (0)