Skip to content

Instantly share code, notes, and snippets.

@zeromodule
Created February 10, 2023 11:59
Show Gist options
  • Save zeromodule/2758a6744970a20db0233bdfa3d352b8 to your computer and use it in GitHub Desktop.
Save zeromodule/2758a6744970a20db0233bdfa3d352b8 to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
WORKDIR /tmp
RUN echo -e "Some binary data\nSome more binary data" > /tmp/my-binary-data-file
CMD cp /tmp/my-binary-data-file /home/dev/tmp && sleep infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment