From 94a11cf099eaada73bf14b7df23deae56ef4371f Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Sun, 5 Nov 2023 00:15:02 -0400 Subject: [PATCH] Missed a line continuation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec897f7..5c395cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* ENV LANG en_US.utf8 RUN apt-get update \ - && apt-get -o APT::Install-Suggests="true" install -y devscripts + && apt-get -o APT::Install-Suggests="true" install -y devscripts \ && apt-get install -y \ build-essential curl gpg git wget tar \ autoconf libtool autotools-dev \ -- GitLab