From bfe762b71ae300e9525b602dc3def8dc523b97e4 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 23 Jun 2024 01:37:12 -0700 Subject: [PATCH] install unzip --- bin/core/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/Dockerfile b/bin/core/Dockerfile index f82ae16f5..0ab8663d1 100644 --- a/bin/core/Dockerfile +++ b/bin/core/Dockerfile @@ -16,7 +16,7 @@ RUN cd frontend && yarn link @monitor/client && yarn && yarn build FROM debian:bookworm-slim # Install Deps -RUN apt update && apt install -y git curl ca-certificates && \ +RUN apt update && apt install -y git curl unzip ca-certificates && \ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \ unzip awscliv2.zip && \ ./aws/install