@cryptotaxi247 / netdata-1 / commits / f1045ebcc

Fix docs Docker-based builde riamge (#8718)

James Mills committed Apr 17, 2020 at 12:27 UTC f1045ebccf7b8fa5031aaf72932d516aa6453aa0
1 file changed +3
Dockerfile.docs
+3
@@ -15,6 +15,9 @@ RUN apk add --no-cache -U git
15 # The scripts also use GNU find options
16 RUN apk add --no-cache -U findutils
17
18 +# (20200415) Some Python dependnecy now requires gcc as part of its build step.
19 +RUN apk add --no-cache -U build-base
20 +
21 # Copy and Install build dependencies first to cache them so we don't have to
22 # do this every single time we want to rebuild the docs. The cache is busted
23 # when/if the SHA of the requirements.txt is changed.