From 0df7261c7624e73bfc96bb6dae1310e06f159689 Mon Sep 17 00:00:00 2001 From: Jason Sears <801441+jasonsears@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:11:07 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2505df4..5c46d5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,8 @@ LABEL "com.github.actions.description"="Wraps the Serverless Framework to enable LABEL "com.github.actions.icon"="zap" LABEL "com.github.actions.color"="red" +# Install Docker from Docker Inc. repositories. +RUN /usr/bin/curl -sSL https://get.docker.com/ | sh + RUN npm i -g serverless@3.x ENTRYPOINT ["serverless"]