pidgin/pidgin

Update the changelog for the --disable-vv fix
release-2.x.y
2020-07-12, Gary Kramlich
9a1dee79e02b
Update the changelog for the --disable-vv fix
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