From 85f9ff954a8d89b62b638267436d0fd3bc5782a8 Mon Sep 17 00:00:00 2001 From: Klaus Hartl Date: Sat, 18 Feb 2023 10:08:35 +0100 Subject: [PATCH] Apply prettier fixes --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d6ca63..30791af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ FROM ubuntu:20.04 ENV DEBIAN_FRONTEND=noninteractive -RUN apt update && apt install software-properties-common -y && \ - add-apt-repository ppa:git-core/ppa -y && \ - apt install -y git +RUN apt update && apt install software-properties-common -y \ + && add-apt-repository ppa:git-core/ppa -y \ + && apt install -y git ADD ["https://github.com/thoughtworks/talisman/releases/download/v1.30.0/talisman_linux_amd64", "/talisman"] RUN chmod +x /talisman