Initial
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM debian
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update && \
|
||||
apt install -y emacs clang clangd && \
|
||||
apt clean all
|
||||
|
||||
|
||||
ENTRYPOINT ["/bin/emacs" "-nw"]
|
Reference in New Issue
Block a user