diff --git a/docs/_build/Dockerfile b/docs/_build/Dockerfile index 60978fe1fcb..0c9a0a99810 100644 --- a/docs/_build/Dockerfile +++ b/docs/_build/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/app COPY docs/_build/requirements.txt . -RUN apk add --no-cache bash yaml && \ +RUN apk add --no-cache bash build-base yaml && \ pip install --no-cache-dir -r requirements.txt COPY docs/_build/entrypoint /bin/entrypoint