From efb785d97273b2d8069ce4d750318fb667e36abe Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Wed, 13 Apr 2022 14:59:16 +0200 Subject: [PATCH] Remove trailing whitespace --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 070d4eb..4b74c60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:20.04 -ENV DEBIAN_FRONTEND=noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install software-properties-common -y && \ add-apt-repository ppa:git-core/ppa -y && \