Skip to content

Commit

Permalink
add jc to sysstat container for parsing
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Aug 8, 2023
1 parent a853e03 commit ae68e0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sysstat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ FROM ubuntu
# The entrypoint to download the pid wait command will be generated on the fly
# via a config map

RUN apt-get update && apt-get install -y git g++ build-essential wget
RUN apt-get update && apt-get install -y git g++ build-essential python3-pip
RUN git clone https://github.com/sysstat/sysstat /opt/sysstat && \
cd /opt/sysstat && \
./configure --prefix=/usr && \
make && \
make install
make install && \
pip3 install jc

0 comments on commit ae68e0a

Please sign in to comment.