pidgin/pidgin

Make the urls in the appdata file use https
release-2.x.y
2020-06-07, Gary Kramlich
9e804a51ece1
Make the urls in the appdata file use https
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