From 99f28f83a847dde2a73dc5a3946f6e2a389821a8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 9 Jun 2022 10:43:59 +0200 Subject: [PATCH] :broom: Clean up unneeded command line params (#175) --- spotify/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/spotify/Dockerfile b/spotify/Dockerfile index c833748..7acd7c4 100755 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -27,8 +27,6 @@ RUN \ --bin librespot \ --version 0.4.1 \ --verbose \ - --verbose \ - --verbose \ -- librespot \ \ && apk del --no-cache --purge .build-dependencies \