Skip to content

Commit 1732763

Browse files
authored
docker: use asterisk fir arm
Just for now Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
1 parent 23510d4 commit 1732763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN dnf install -y hostname && dnf clean all
2828
WORKDIR /root
2929
RUN mkdir -p /root/rpmbuild
3030
COPY --from=build /root/rpmbuild/ /root/rpmbuild/
31-
RUN dnf install -y /root/rpmbuild/rpm/{x86_64,aarch64}/*.rpm && dnf clean all
31+
RUN dnf install -y /root/rpmbuild/rpm/*/*.rpm && dnf clean all
3232
EXPOSE 9009
3333
HEALTHCHECK CMD curl --fail --insecure --user spdkuser:spdkpass -X POST -H 'Content-Type: application/json' -d '{\"id\": 1, \"method\": \"bdev_get_bdevs\"}' http://localhost:9009 || exit 1
3434
CMD ["/usr/libexec/spdk/scripts/rpc_http_proxy.py", "0.0.0.0", "9009", "spdkuser", "spdkpass"]

0 commit comments

Comments
 (0)