Skip to content

Commit 079dc85

Browse files
av-jeroenJonasVautherin
authored andcommitted
fixes build error caused by empy
1 parent 38d4291 commit 079dc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && \
3636
rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/*
3737

3838
RUN pip3 install --upgrade pip && \
39-
pip3 install empy \
39+
pip3 install empy==3.3.4 \
4040
future \
4141
jinja2 \
4242
kconfiglib \

0 commit comments

Comments
 (0)