We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44ae16 commit 618fd9aCopy full SHA for 618fd9a
tests/integration/docker/Dockerfile.echo.ubuntu
@@ -19,7 +19,7 @@ RUN apt-get update && \
19
python${RUNTIME_VERSION}
20
21
# specific distutils package name for ubuntu24.04
22
-RUN if [ ${RUNTIME_VERSION} == "3.12" ] && [ ${DISTRO_VERSION} == "24.04" ];
+RUN if [ ${RUNTIME_VERSION} == "3.12" ] && [ ${DISTRO_VERSION} == "24.04" ]; \
23
then \
24
apt-get install -y python3-distutils-extra \
25
else \
0 commit comments