File Dockerfile of Package test-assets
#!BuildTag: test-assets:latest FROM opensuse/leap:16.0 #!RemoteAssetUrl: https://lysergic.dev/tmp/file.txt COPY file.txt /tmp/file RUN \ echo === DUMPING DOWNLOADED FILE === ; \ cat /tmp/file ; \ echo === END === ; \ echo