From c4d50c9018a2d1bbe02973a77460c0661fa0fcba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 2 Jun 2020 23:32:16 +0200 Subject: [PATCH] Format --- backend/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index b458ac4..e261749 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,8 +1,10 @@ FROM alpine:3.11 -RUN \ -apk add --no-cache npm python ffmpeg && \ -apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ +RUN apk add --no-cache \ + npm \ + python \ + ffmpeg \ + && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \ atomicparsley WORKDIR /app