Skip to content

Commit 59250cd

Browse files
MonkeyCanCoderakesh-das08
authored andcommitted
Remove extra run in dockerfile (apache#1185)
1 parent c12f185 commit 59250cd

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)