From 6e4b03fd51d0c4dbe688655e7ee85b86af884ae6 Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Tue, 19 Nov 2024 14:17:32 +1100 Subject: [PATCH] install unzip --- scripts/aws/eks-pod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws/eks-pod/Dockerfile b/scripts/aws/eks-pod/Dockerfile index e19e4f214..7e3b8b038 100644 --- a/scripts/aws/eks-pod/Dockerfile +++ b/scripts/aws/eks-pod/Dockerfile @@ -1,5 +1,5 @@ FROM amazonlinux:2023 -RUN dnf check-update && dnf update && dnf install nmap-ncat libxcrypt-compat python3 logrotate iproute net-tools python3.11 python3.11-pip shadow-utils -y +RUN dnf check-update && dnf update && dnf install nmap-ncat libxcrypt-compat python3 logrotate iproute net-tools python3.11 python3.11-pip shadow-utils unzip -y ARG IVYKIS_RPM="ivykis-0.43-1.amzn2023.x86_64.rpm" ARG LIBNET_RPM="libnet-1.2-2.amzn2023.0.2.x86_64.rpm"