pidgin/builders

Add gsasl to all of the images

16 months ago, Gary Kramlich
cf8172c8439c
Add gsasl to all of the images
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"]