pidgin/builders

Update all of the builder images

13 months ago, Gary Kramlich
4f5742e4a9ea
Update all of the builder images

* added fedora 38 image
* added ubuntu lunar image
* removed cyrus-sasl and gsasl from everything
* removed fedora 36 and fedora 37 images
* removed appimage image as we're not really focused on that right now
* removed ubuntu kinetic image
FROM pidgin/builders:debian-bookworm-amd64
ENV TARGET=clang
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang && \
apt-get clean && \
rm -rf /var/lib/apt/lists
ENV CC=clang CXX=clang++
CMD ["build.sh"]