UNCLASSIFIED

Commit b6f41bc8 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

cve fix

parent 3a5ca6ab
Pipeline #356272 passed with stages
in 112 minutes and 25 seconds
...@@ -40,11 +40,13 @@ USER root ...@@ -40,11 +40,13 @@ USER root
RUN rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/test_feature_serialization.py && \ RUN rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/test_feature_serialization.py && \
rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/__pycache__/test_feature_serialization.cpython-38.pyc && \ rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/__pycache__/test_feature_serialization.cpython-38.pyc && \
rm -rf /tmp/.cache/pypoetry/virtualenvs/jaic-mf-t_BZc04u-py3.8/lib/python3.8/site-packages/bleach/_vendor/Django-1.11.29.dist-info && \
find /home/jovyan/.cache/pypoetry/virtualenvs -name "*.pem" -o -name "*.key" | grep -v "certifi/cacert.pem" | xargs rm -f && \ find /home/jovyan/.cache/pypoetry/virtualenvs -name "*.pem" -o -name "*.key" | grep -v "certifi/cacert.pem" | xargs rm -f && \
mv /home/jovyan/.cache /tmp/ && \ mv /home/jovyan/.cache /tmp/ && \
mv /home/jovyan/.local /tmp/ && \ mv /home/jovyan/.local /tmp/ && \
ln -s /tmp/.cache /home/jovyan/.cache && \ ln -s /tmp/.cache /home/jovyan/.cache && \
ln -s /tmp/.local /home/jovyan/.local && \ ln -s /tmp/.local /home/jovyan/.local && \
dnf remove -y xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel && \ dnf remove -y xz-devel make gcc gcc-c++ openssl-devel bzip2-devel libffi-devel sqlite-devel && \
rm -rf /tmp/* /tmp/packages/ /opt/jupyter/*.whl /opt/jupyter/*.tar.gz rm -rf /tmp/* /tmp/packages/ /opt/jupyter/*.whl /opt/jupyter/*.tar.gz
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment