ARG DIST
FROM vskytta/bash-completion:$DIST

WORKDIR /work
COPY . .
CMD ["test/docker/docker-script.sh"]
