#ARG testArg
# FROM scratch
#      ADD busybox.tar.xz /
# CMD ["sh"]
# ENTRYPOINT ["sh"]
# RUN ["ls"]
# RUN echo "hello world"
