From 492b236077542cd66e4044ebbc5f5e0d784d1a04 Mon Sep 17 00:00:00 2001 From: Ruben Ruiz de Gauna Date: Tue, 23 Jan 2024 17:05:30 +0100 Subject: [PATCH] clean comment --- ci-runner-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-runner-image/Dockerfile b/ci-runner-image/Dockerfile index 8b311fe..54938ec 100644 --- a/ci-runner-image/Dockerfile +++ b/ci-runner-image/Dockerfile @@ -37,7 +37,7 @@ RUN add-apt-repository --yes --update "deb [arch=amd64] https://apt.releases.has && apt install -y terraform -# Requirements to manage EC2 instances using SSM. This should be moved into the fargate-runner-action Dockerfile \ +# Requirements to manage EC2 instances using SSM RUN python3 -m pip install boto3 && \ curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb" && \ dpkg -i session-manager-plugin.deb