1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

remove empty continuation line comment

This commit is contained in:
Kyle Spearrin 2017-10-02 16:48:01 -04:00
parent c6ab727dee
commit 318fac61bc

View File

@ -2,7 +2,6 @@ FROM microsoft/dotnet:2.0.0-runtime
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
# Dependencies
openssl \
&& rm -rf /var/lib/apt/lists/*