Skip to content

Commit c05596a

Browse files
committed
Quality pass
1 parent 9d85c1a commit c05596a

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

migration.Dockerfile

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,11 @@ COPY ./README.md .
3030
COPY ./LICENSE .
3131
COPY ./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

4539
USER ${USERNAME}
4640
WORKDIR /home/${USERNAME}

0 commit comments

Comments
 (0)