Skip to content

Commit d3a642b

Browse files
committed
Add line break
1 parent a5d82ee commit d3a642b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.qa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get install -y python$PYTHON_VERSION-dev python3-pip
2121
RUN if [ $PYTHON_VERSION != '3.10' ] ; then \
2222
apt-get install -y python3-distutils python3-distutils-extra python3-apt --reinstall ; \
2323
else \
24-
apt-get install -y python$PYTHON_VERSION-distutils python$PYTHON_VERSION-distutils-extra python3-apt --reinstall \
24+
apt-get install -y python$PYTHON_VERSION-distutils python$PYTHON_VERSION-distutils-extra python3-apt --reinstall ; \
2525
fi
2626
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python$PYTHON_VERSION 1
2727

0 commit comments

Comments
 (0)