FROM alpine:latest
ARG AAA
RUN echo "test-build-arg" $AAA
CMD ["/bin/sh", "-c"]