Initial
This commit is contained in:
8
Dockerfile~
Normal file
8
Dockerfile~
Normal file
@ -0,0 +1,8 @@
|
||||
FROM ubuntu
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt update &&
|
||||
apt install -y emacs clang clangd
|
||||
|
||||
|
Reference in New Issue
Block a user