Skip to content

Commit d334548

Browse files
Remove extra run in dockerfile (#1185)
1 parent 61462bd commit d334548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regtests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN python3 -m venv /home/spark/polaris-venv && \
4646
. /home/spark/polaris-venv/bin/activate && \
4747
pip install -r /tmp/requirements.txt && \
4848
deactivate \
49-
RUN ./setup.sh
49+
./setup.sh
5050

5151
COPY --chown=spark . /home/spark/regtests
5252

0 commit comments

Comments
 (0)