Fix bad newline
This commit is contained in:
2
debian/docker/Dockerfile
vendored
2
debian/docker/Dockerfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user