Fix bad newline

This commit is contained in:
Joshua M. Boniface
2024-02-25 15:23:16 -05:00
parent 3ddbb22eda
commit 7c5d44480f

View File

@@ -101,7 +101,7 @@ RUN if test "${PACKAGE_ARCH}" != "$( dpkg --print-architecture )"; then \
liblttng-ust*:${PACKAGE_ARCH} \
&& apt-get clean autoclean -y \
&& apt-get autoremove -y \
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/*
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* \
; fi
# Prepare dotnet SDK