Skip to content

Commit

Permalink
Fix middleware docker image build (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
amendelzon authored Nov 12, 2024
1 parent 9668e49 commit f7ae495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mware/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && \
# Python package prerequisites
RUN apt-get install -y \
libsecp256k1-dev=0.2.0-2 \
libudev-dev=252.30-1~deb12u2 \
libudev-dev=252.31-1~deb12u1 \
libusb-1.0-0-dev=2:1.0.26-1 \
libffi-dev=3.4.4-1 \
libjpeg-dev=1:2.1.5-2
Expand Down

0 comments on commit f7ae495

Please sign in to comment.