Skip to content

Commit

Permalink
fixes build error caused by empy
Browse files Browse the repository at this point in the history
  • Loading branch information
av-jeroen authored and JonasVautherin committed Dec 7, 2023
1 parent 38d4291 commit 079dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/*

RUN pip3 install --upgrade pip && \
pip3 install empy \
pip3 install empy==3.3.4 \
future \
jinja2 \
kconfiglib \
Expand Down

0 comments on commit 079dc85

Please sign in to comment.