Skip to content

Instantly share code, notes, and snippets.

@sayrer
Created March 26, 2021 22:56
Show Gist options
  • Save sayrer/04ae33af7e94cf45f9f21162162109fc to your computer and use it in GitHub Desktop.
Save sayrer/04ae33af7e94cf45f9f21162162109fc to your computer and use it in GitHub Desktop.
Almost working cc_binary
FROM ubuntu:focal |Warning (initialization): Unable to access `user-emacs-directory' (~/.emacs.d/).
|Any data that would normally be written there may be lost!
RUN DEBIAN_FRONTEND=noninteractive apt-get update |If you never want to see this message again,
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y apt-utils |customize the variable `user-emacs-directory-warning'.
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libtinfo5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment