1 2 3 4 5 6
# syntax=docker/dockerfile:1 FROM node:16 RUN git clone https://github.com/textury/arlocal.git RUN cd arlocal CMD ["npx", "arlocal"]