Skip to content

Commit

Permalink
clean comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Jan 23, 2024
1 parent 84d19bf commit 492b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-runner-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 492b236

Please sign in to comment.