From 3461ee6a7277c450709834220858ff951495ab1d Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Fri, 14 Aug 2020 15:04:12 -0600 Subject: [PATCH] remove empty line --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b7cf3a18..8ba5fc52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,6 @@ RUN apk add --no-cache \ curl -sLo yq https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_${TARGETARCH} && \ chmod +x yq && mv yq /usr/bin/yq - COPY requirements.txt /opt/mautrix-telegram/requirements.txt COPY optional-requirements.txt /opt/mautrix-telegram/optional-requirements.txt WORKDIR /opt/mautrix-telegram