Move docker files to the Dockerfiles dir

This commit is contained in:
2024-02-14 11:32:13 +01:00
parent 65af1b6765
commit ab540f13ae
4 changed files with 27 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y vim gcc indent clang clang-format gdb binutils nasm xxd
WORKDIR /dmzOS
ENTRYPOINT [ "bash" ]