mirror of
https://github.com/bitwarden/server
synced 2025-12-16 08:13:33 +00:00
remove empty continuation line comment
This commit is contained in:
@@ -2,7 +2,6 @@ FROM microsoft/dotnet:2.0.0-runtime
|
|||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
# Dependencies
|
|
||||||
openssl \
|
openssl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user