From 28edbd5ed9d6e8c4677d3bfa404d650edf2e66ad Mon Sep 17 00:00:00 2001 From: David Logie Date: Wed, 2 Feb 2022 19:20:26 +0000 Subject: [PATCH] Move git back into runtime dependencies. --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 046ef23..6816a03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,12 +16,12 @@ RUN \ apk add --no-cache --virtual=build-dependencies \ g++ \ gcc \ - git \ make && \ echo "**** install runtime packages ****" && \ apk add --no-cache \ ffmpeg \ flac \ + git \ mc \ python3 && \ echo "**** compile shntool *** *" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 5323494..e757821 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,12 +16,12 @@ RUN \ apk add --no-cache --virtual=build-dependencies \ g++ \ gcc \ - git \ make && \ echo "**** install runtime packages ****" && \ apk add --no-cache \ ffmpeg \ flac \ + git \ mc \ python3 && \ echo "**** compile shntool *** *" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index ff27557..2445350 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -16,12 +16,12 @@ RUN \ apk add --no-cache --virtual=build-dependencies \ g++ \ gcc \ - git \ make && \ echo "**** install runtime packages ****" && \ apk add --no-cache \ ffmpeg \ flac \ + git \ mc \ python3 && \ echo "**** compile shntool *** *" && \