Skip to content

Instantly share code, notes, and snippets.

@pascalc
Created June 15, 2022 15:09
Show Gist options
  • Save pascalc/bc0912bfd15283fd0b7dc1730493a8e3 to your computer and use it in GitHub Desktop.
Save pascalc/bc0912bfd15283fd0b7dc1730493a8e3 to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
RUN apt-get update
RUN echo "Hello Dockerfile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment