Skip to content

Commit

Permalink
Update b10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolyus committed Dec 3, 2020
1 parent ba901d6 commit 5c1441e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/b10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c1441e

Please sign in to comment.