Skip to content

Commit

Permalink
PMM-13626 Install Perl into pmm-client image.
Browse files Browse the repository at this point in the history
  • Loading branch information
talhabinrizwan committed Feb 17, 2025
1 parent eb732b4 commit 522c7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ RUN groupadd -g 1002 pmm-agent && \
-d /usr/local/percona/pmm \
-c "PMM Client User" pmm-agent

RUN install -d -o pmm-agent -g pmm-agent -m 0775 /usr/local/percona/pmm
ADD pmm-client.tar.gz /tmp/
RUN cd /tmp/pmm-client* \
&& env PMM_USER=pmm-agent PMM_GROUP=root ./install_tarball \
Expand Down Expand Up @@ -102,6 +101,7 @@ COPY --from=builder --chown=0:0 /lib64/libgmp.so.10 /usr/lib64/
COPY --from=builder --chown=0:0 /lib64/libmpfr.so.6 /usr/lib64/

# Install pmm-client
RUN install -d -o pmm-agent -g pmm-agent -m 0775 /usr/local/percona/pmm
COPY --from=builder /usr/local/percona/pmm /usr/local/percona/pmm/

USER pmm-agent
Expand Down

0 comments on commit 522c7d9

Please sign in to comment.