Fix stx-fm-trap-subagent Dockerfile ref to PowerTools
PowerTools is not the correct repo name. It should be 'powertools'. This appears to be a change in the newly released centos8.3.2011. PowerTools os trademarked by RedHat. Closes-Bug: 1907277 Signed-off-by: Scott Little <scott.little@windriver.com> Change-Id: I55756a8005c1821c98194b372573757e0fb733bb
This commit is contained in:
parent
00e7c21d32
commit
0fd1e0fbaa
@ -5,7 +5,7 @@ RUN yum -y install\
|
|||||||
net-snmp-devel \
|
net-snmp-devel \
|
||||||
make
|
make
|
||||||
|
|
||||||
RUN dnf -y --enablerepo=PowerTools install json-c-devel
|
RUN dnf -y --enablerepo=powertools install json-c-devel
|
||||||
WORKDIR /home/trapagent
|
WORKDIR /home/trapagent
|
||||||
COPY src/* ./src/
|
COPY src/* ./src/
|
||||||
COPY Makefile .
|
COPY Makefile .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user