Skip to content

Commit

Permalink
Don't install curl on amazon2023
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <eric@sensu.io>
  • Loading branch information
echlebek committed Jul 18, 2023
1 parent 124e05f commit a4f9f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.amazon2023
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD create-sensu-asset /usr/bin/create-sensu-asset
WORKDIR /

RUN yum groupinstall -y "Development Tools" && \
yum install -y curl expat-devel openssl openssl-devel net-snmp-utils bind-utils which procps && \
yum install -y expat-devel openssl openssl-devel net-snmp-utils bind-utils which procps && \
curl -s -L -O https://www.monitoring-plugins.org/download/monitoring-plugins-2.3.3.tar.gz && \
tar xzf monitoring-plugins-2.3.3.tar.gz && \
cd monitoring-plugins-2.3.3 && \
Expand Down

0 comments on commit a4f9f15

Please sign in to comment.