File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,11 @@ COPY ./README.md .
3030COPY ./LICENSE .
3131COPY ./sonar/audit sonar/audit
3232
33- # RUN pip install --upgrade pip \
34- # && pip install --no-cache-dir -r requirements.txt \
35- # && pip install --no-cache-dir --upgrade pip setuptools wheel \
36- # && python setup-migration.py bdist_wheel \
37- # && pip install dist/sonar_migration-py3-*.whl --force-reinstall
38-
39- RUN pip install --upgrade pip
40- RUN pip install --no-cache-dir -r requirements.txt
41- RUN pip install --no-cache-dir --upgrade pip setuptools wheel
42- RUN python setup_migration.py bdist_wheel
43- RUN pip install dist/sonar_migration-*-py3-*.whl --force-reinstall
33+ RUN pip install --upgrade pip \
34+ && pip install --no-cache-dir -r requirements.txt \
35+ && pip install --no-cache-dir --upgrade pip setuptools wheel \
36+ && python setup_migration.py bdist_wheel \
37+ && pip install dist/sonar_migration-py3-*.whl --force-reinstall
4438
4539USER ${USERNAME}
4640WORKDIR /home/${USERNAME}
You can’t perform that action at this time.
0 commit comments