pidgin/pidgin

Update the current status of all developers
release-2.x.y
2021-06-22, Gary Kramlich
8675676ead67
Update the current status of all developers

Testing Done:
Compiled and verified the developer information window was correct.

Reviewed at https://reviews.imfreedom.org/r/773/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html