diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-02-12 17:23:44 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-02-12 17:23:44 +0000 |
commit | b02edfea01006ea536a8329666eae452b9b8978e (patch) | |
tree | 119f83ae5b0c9eef81f1e64b27892df99bbc3771 /.devcontainer | |
parent | 0e570e7302462034214c8082bd8e2b2c3706e0e0 (diff) |
another docker conatiner fix and small weenix updates
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 82b877f..9cf7799 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -2,4 +2,4 @@ FROM --platform=linux/x86_64 mcr.microsoft.com/devcontainers/base:ubuntu-22.04 LABEL authors="sotech117" RUN sudo apt-get update -RUN sudo apt-get install python2 python2-minimal cscope nasm make build-essential grub2-common qemu qemu-system xorriso genisoimage xterm gdb -y
\ No newline at end of file +RUN sudo apt-get install python2 python2-minimal cscope nasm make build-essential grub2-common grub-pc-bin qemu qemu-system xorriso genisoimage xterm gdb -y
\ No newline at end of file |