# syntax=docker/dockerfile:1

FROM node:16
RUN git clone https://github.com/textury/arlocal.git
RUN cd arlocal
CMD ["npx", "arlocal"]
