From 05aa8dcccadb88e5b3462a9204e18a6637341688 Mon Sep 17 00:00:00 2001 From: Jaroslaw Walaszek <40270505+JayDoubleu@users.noreply.github.com> Date: Tue, 14 Apr 2020 10:38:02 +0100 Subject: [PATCH] Update Dockerfile Fixes for GCC errors --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ad59df2..0d6667d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,8 @@ FROM python:3.8-alpine ENV AWSCLI_VERSION='1.17.1' +RUN apk add build-base + RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} RUN pip install --quiet --no-cache-dir mkdocs