diff --git a/molecule/default/dockerfiles/ubuntu2404 b/molecule/default/dockerfiles/ubuntu2404 index 1ebee62..c40e3e8 100644 --- a/molecule/default/dockerfiles/ubuntu2404 +++ b/molecule/default/dockerfiles/ubuntu2404 @@ -4,6 +4,8 @@ RUN apt-get update \ && apt-get install -y init gpg ca-certificates sudo curl \ && apt-get clean all +RUN curl -fsSL https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/newrelic-infra.gpg + # Adding fake systemctl RUN curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -o /usr/local/bin/systemctl