Skip to content

Commit

Permalink
Issue fix 1.40.0 (#90)
Browse files Browse the repository at this point in the history
* fix issue v1.14.0

* fix typo
  • Loading branch information
takara9 committed Jul 20, 2023
1 parent 50d5177 commit a737584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends wget gnupg c
COPY systemctl-dummy /usr/bin/systemctl

# Install DELL's tools
# monitor-hw call /usr/libexec/instsvcdrv-helper which depends on "kmod" package. We must install "kmod"
RUN apt-get update -y \
&& ln -s /usr/lib/x86_64-linux-gnu/libssl.so.3 /usr/lib/libssl.so \
&& DEBIAN_FRONTEND=noninteractive apt-get install srvadmin-all -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends srvadmin-all kmod \
&& rm /usr/bin/systemctl

0 comments on commit a737584

Please sign in to comment.