Skip to content

Commit

Permalink
add libusb-1.0 and libdbus-1-3 dynlibs to docker image runtime (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzman authored Feb 12, 2024
1 parent 2b4189d commit cdab8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .internal-ci/docker/Dockerfile.full-service
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN addgroup --system --gid 1000 app \

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y ca-certificates curl \
&& apt-get install -y ca-certificates curl libdbus-1-3 libusb-1.0-0 \
&& apt-get clean \
&& rm -r /var/lib/apt/lists \
&& mkdir -p /usr/share/grpc \
Expand Down
2 changes: 1 addition & 1 deletion .internal-ci/docker/Dockerfile.full-service-with-build
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN addgroup --system --gid 1000 app \

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y ca-certificates \
&& apt-get install -y ca-certificates libdbus-1-3 libusb-1.0-0 \
&& apt-get clean \
&& rm -r /var/lib/apt/lists \
&& mkdir -p /usr/share/grpc \
Expand Down

0 comments on commit cdab8bf

Please sign in to comment.