aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-02-11 10:01:22 +0000
committersotech117 <michael_foiani@brown.edu>2024-02-11 10:01:22 +0000
commit0e570e7302462034214c8082bd8e2b2c3706e0e0 (patch)
treea6436a69068e1a1f6d09ccad9dd4bfec8e2ac94d /.devcontainer
parent4d30899dfccb860b354409fcb23c11b158279ccf (diff)
switch python version
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index 690a1ce..82b877f 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -2,5 +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.7 python2.7-minimal cscope nasm make build-essential grub2-common qemu qemu-system xorriso genisoimage xterm gdb -y
-RUN alias python2=python2.7 \ No newline at end of file
+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