diff options
Diffstat (limited to '.devcontainer/Dockerfile')
| -rw-r--r-- | .devcontainer/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile new file mode 100644 index 0000000..e691dc9 --- /dev/null +++ b/.devcontainer/Dockerfile @@ -0,0 +1,4 @@ +FROM --platform=linux/x86_64 mcr.microsoft.com/devcontainers/base:ubuntu-18.04 +LABEL authors="sotech117" + +RUN sudo apt-get update; sudo apt-get install python2.7 python-minimal cscope nasm make build-essential grub2-common qemu xorriso genisoimage xterm gdb -y
\ No newline at end of file |
