diff --git a/labs/b10.md b/labs/b10.md index 673ff478..dbc70e82 100644 --- a/labs/b10.md +++ b/labs/b10.md @@ -97,7 +97,7 @@ FROM fedora:latest # Install Python with yum (Fedora's Package Manager) # Install required Python packages -RUN yum update -y && yum install python3 && \ +RUN yum update -y && yum install -y python3 python3-pip && \ python3 -m pip install pyfiglet termcolor # Add the missile.py file to the final image