forked from sborovic/dmzOS
Move docker files to the Dockerfiles dir
This commit is contained in:
4
Dockerfiles/dockerfile.c_toolchain
Normal file
4
Dockerfiles/dockerfile.c_toolchain
Normal 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" ]
|
Reference in New Issue
Block a user