Skip to content

Commit

Permalink
fix spelling (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato authored Dec 12, 2023
1 parent 48c7c87 commit a5a7af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/chapter3/examples/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN echo "Installing softwares and packages" && \
pip install micropipenv && \
# Install Python packages \
micropipenv install && \
rm -f ./requiremnents.txt
rm -f ./requirements.txt

# This should be blank since Java has not been installed
RUN echo "-- WHERE IS JAVA= " && whereis java
Expand Down
2 changes: 1 addition & 1 deletion modules/chapter3/pages/custom.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN echo "Installing softwares and packages" && \ <3>
pip install micropipenv && \
# Install Python packages \
micropipenv install && \
rm -f ./requiremnents.txt
rm -f ./requirements.txt
# Fix permissions to support pip in OpenShift environments \
RUN chmod -R g+w /opt/app-root/lib/python3.9/site-packages && \ <4>
Expand Down

0 comments on commit a5a7af7

Please sign in to comment.