From 0e570e7302462034214c8082bd8e2b2c3706e0e0 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sun, 11 Feb 2024 10:01:22 +0000 Subject: switch python version --- .devcontainer/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-70-g09d2