Skip to content

Commit

Permalink
Fix RSOP installation due to missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Sep 16, 2024
1 parent 8f0c6c9 commit 4dbe1c0
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 @@ -245,7 +245,7 @@ WORKDIR /

ARG RSOP_VERSION="0.3.7"

RUN apt install -y libpcsclite-dev
RUN apt install -y libpcsclite-dev libdbus-1-dev pkg-config

RUN cargo install rsop --version ${RSOP_VERSION}

Expand Down

0 comments on commit 4dbe1c0

Please sign in to comment.