gplugin/builders

move to lua5.3 for the debian builds

2020-02-25, Gary Kramlich
100e8475fa6d
move to lua5.3 for the debian builds
FROM gplugin/builders:debian-bullseye-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 scanbuild/build.sh /