Skip to content

Commit 618fd9a

Browse files
author
Alexander Smirnov
committed
fix typo
1 parent b44ae16 commit 618fd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/docker/Dockerfile.echo.ubuntu

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && \
1919
python${RUNTIME_VERSION}
2020

2121
# specific distutils package name for ubuntu24.04
22-
RUN if [ ${RUNTIME_VERSION} == "3.12" ] && [ ${DISTRO_VERSION} == "24.04" ];
22+
RUN if [ ${RUNTIME_VERSION} == "3.12" ] && [ ${DISTRO_VERSION} == "24.04" ]; \
2323
then \
2424
apt-get install -y python3-distutils-extra \
2525
else \

0 commit comments

Comments
 (0)