distccd running inside docker.
Dockerfile:
FROM alpine
RUN apk add gcc --no-cache
RUN apk add distcc --no-cache
RUN cp -P /usr/lib/distcc/bin/* /usr/lib/distcc
EXPOSE 3632
CMD ["distccd", "--allow", "0.0.0.0/0", "--log-stderr", "--no-detach"]
Content type
Image
Digest
Size
34.9 MB
Last updated
over 7 years ago
docker pull 0x76/distccd