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
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends clang-tools && \
apt-get clean && \
rm -rf /var/lib/apt/lists
COPY build-scanbuild.sh /usr/local/bin/build.sh