Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rar (0.14 sec)

  1. ci/devinfra/docker_windows/Dockerfile

        choco install zip; \
        choco install Firefox; \
        choco install iisexpress;
    
    RUN cmd /c 'mklink /J c:\Anaconda c:\tools\anaconda2';
    RUN cmd /c 'mklink c:\programdata\chocolatey\bin\rar.exe \"c:\program files\winrar\rar.exe\"';
    
    # Installing pip packages
    RUN pip install --upgrade setuptools; \
        pip install altgraph appdirs cachetools certifi cffi chardet colorama \
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri Aug 18 17:24:20 GMT 2023
    - 13.6K bytes
    - Viewed (0)
Back to top