Remove the redundant Dockerfile

This commit is contained in:
Sameer Rahmani 2024-02-18 16:13:24 +00:00
parent 4244422a7b
commit 6893e2d991
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
FROM debian:11-slim
RUN apt update && apt install -y emacs build-essential sudo git
COPY . /root/.fg42
WORKDIR /root/.fg42
RUN make install