Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: William Moreno <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor authored Jun 9, 2024
1 parent 461404e commit 7e61f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN microdnf install -y --nodocs --best --refresh python39 python3-pip python3-c
&& chmod +x docker-entry-point.sh \
&& /usr/bin/python3.9 -m pip --no-cache-dir install -r /tmp/requirements.txt \
&& /usr/bin/python3.9 -m pip list --format=columns \
&& rm -rf /root/.cache/pip && rm -rf /tmp && microdnf remove -y --best python3-pip python3-pip-wheel python3-setuptools-wheel
&& rm -rf /root/.cache/pip && rm -rf /tmp && microdnf remove -y --best python3-pip

ENV FLASK_APP="now_lms"
ENV LANG=C.UTF-8
Expand Down

0 comments on commit 7e61f67

Please sign in to comment.