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"]