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 4b8ce5c + a30571a commit 7846614Copy full SHA for 7846614
Dockerfile
@@ -103,13 +103,11 @@ RUN if [ $(expr "$BASE" : '.*python.*') -eq 0 ]; then \
103
python3 -m pip install -r /root/requirements_ubi9.txt && \
104
echo "Installed python version: $(python3 -V)" && \
105
echo "Installed python packages: $(python3 -m pip list)" && \
106
- yum clean all -y; else \
+ yum clean all -y && rm -rf /usr/bin/pip*; else \
107
echo "Already using python container as base image. No need to install it." && \
108
python3 -m pip install -r /root/requirements.in && \
109
echo "Installed python packages: $(python3 -m pip list)"; fi
110
111
-RUN rm -rf /usr/bin/pip*
112
-
113
USER root
114
115
RUN mkdir -p /opt/IBM/bridge /opt/IBM/zimon /var/mmfs/gen && \
0 commit comments