diff --git a/frontend/Dockerfile b/frontend/Dockerfile index e421d05..f394297 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.15.3-stretch +FROM node:10.16.3-buster # AWS cli tools RUN apt-get update && apt-get install -y \ @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \ python \ python-dev \ python-pip +RUN pip install PyYAML==5.3.1 RUN pip install awscli # Copy and install frontend requirements