forked from sborovic/dmzOS
Add the base containerized c toolchain environment
This commit is contained in:
6
dockerfile.c_toolchain
Normal file
6
dockerfile.c_toolchain
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM ubuntu:18.04
|
||||
RUN apt-get update && apt-get install -y vim gcc indent clang clang-format gdb binutils
|
||||
WORKDIR /dmzOS
|
||||
#Getting prebuilt binary from llvm
|
||||
COPY ./config/* /root
|
||||
ENTRYPOINT [ "bash" ]
|
Reference in New Issue
Block a user