From 0a8c473a98866f99789a382ff8edbb324f6e35f0 Mon Sep 17 00:00:00 2001 From: Jack Joy Date: Tue, 23 Jan 2024 12:48:34 +0000 Subject: [PATCH] description of my changes --- fast-startup-and-shutdown/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/fast-startup-and-shutdown/Dockerfile b/fast-startup-and-shutdown/Dockerfile index b58d34bc..27c1c5ee 100644 --- a/fast-startup-and-shutdown/Dockerfile +++ b/fast-startup-and-shutdown/Dockerfile @@ -4,6 +4,7 @@ ENV AWSCLI_VERSION "1.19.112" RUN apt-get update && apt-get install -y \ curl \ + vim \ python3 \ python3-pip \ && pip3 install \