Skip to content

Instantly share code, notes, and snippets.

@damiancastelao
Created December 5, 2023 14:37
Show Gist options
  • Save damiancastelao/2fbe40724d144b88b7cdbfe9903ae978 to your computer and use it in GitHub Desktop.
Save damiancastelao/2fbe40724d144b88b7cdbfe9903ae978 to your computer and use it in GitHub Desktop.
Dockerfile ejemplo
FROM ubuntu:22.04
ENV TERM linux
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get install -y emacs
CMD ["/bin/bash"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment