mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Fix bad newline
This commit is contained in:
Vendored
+1
-1
@@ -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