We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba901d6 + 5c1441e commit 20a3c7fCopy full SHA for 20a3c7f
1 file changed
labs/b10.md
@@ -97,7 +97,7 @@ FROM fedora:latest
97
98
# Install Python with yum (Fedora's Package Manager)
99
# Install required Python packages
100
-RUN yum update -y && yum install python3 && \
+RUN yum update -y && yum install -y python3 python3-pip && \
101
python3 -m pip install pyfiglet termcolor
102
103
# Add the missile.py file to the final image
0 commit comments