forked from sborovic/dmzOS
1
0
Fork 0

[FMT] Remove redundant comment

This commit is contained in:
texhno 2024-02-14 03:40:58 +01:00
parent 2224ef7879
commit 65af1b6765
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
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" ]