Skip to content

Commit

Permalink
fix(dockerfile): install pci-ids during docker build (#200)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian authored Feb 27, 2024
1 parent 1938a8b commit d95c853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN \
&& apt-get install -y --no-install-recommends \
tini \
ca-certificates \
pci.ids \
&& rm -rf /var/lib/apt/lists/*

# default port for provider API
Expand Down

0 comments on commit d95c853

Please sign in to comment.