File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR ${APP_ROOT}
11
11
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/openshift-tuned /usr/bin/
12
12
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/assets ${APP_ROOT}
13
13
RUN INSTALL_PKGS=" \
14
- tuned kernel-tools patch \
14
+ tuned hdparm kernel-tools patch \
15
15
" && \
16
16
yum install --setopt=tsflags=nodocs -y $INSTALL_PKGS && \
17
17
rpm -V $INSTALL_PKGS && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WORKDIR ${APP_ROOT}
11
11
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/openshift-tuned /usr/bin/
12
12
COPY --from=builder /go/src/github.com/openshift/openshift-tuned/assets ${APP_ROOT}
13
13
RUN INSTALL_PKGS=" \
14
- tuned kernel-tools patch \
14
+ tuned hdparm kernel-tools patch \
15
15
" && \
16
16
yum install --setopt=tsflags=nodocs -y $INSTALL_PKGS && \
17
17
rpm -V $INSTALL_PKGS && \
You can’t perform that action at this time.
0 commit comments