Skip to content

Instantly share code, notes, and snippets.

@terenty-rezman
Created June 23, 2023 20:53
Show Gist options
  • Save terenty-rezman/3fe72a6e3c58c3306b95f28e3576a2ba to your computer and use it in GitHub Desktop.
Save terenty-rezman/3fe72a6e3c58c3306b95f28e3576a2ba to your computer and use it in GitHub Desktop.
FROM ubuntu:20.04
RUN echo 1
RUN echo "#!/bin/bash" > test.sh && \
echo "echo x" >> test.sh && \
chmod +x test.sh && \
./test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment