Move git back into runtime dependencies.

This commit is contained in:
David Logie 2022-02-02 19:20:26 +00:00
parent 8fc1dd5968
commit 28edbd5ed9
3 changed files with 3 additions and 3 deletions

View file

@ -16,12 +16,12 @@ RUN \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
g++ \ g++ \
gcc \ gcc \
git \
make && \ make && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
ffmpeg \ ffmpeg \
flac \ flac \
git \
mc \ mc \
python3 && \ python3 && \
echo "**** compile shntool *** *" && \ echo "**** compile shntool *** *" && \

View file

@ -16,12 +16,12 @@ RUN \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
g++ \ g++ \
gcc \ gcc \
git \
make && \ make && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
ffmpeg \ ffmpeg \
flac \ flac \
git \
mc \ mc \
python3 && \ python3 && \
echo "**** compile shntool *** *" && \ echo "**** compile shntool *** *" && \

View file

@ -16,12 +16,12 @@ RUN \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
g++ \ g++ \
gcc \ gcc \
git \
make && \ make && \
echo "**** install runtime packages ****" && \ echo "**** install runtime packages ****" && \
apk add --no-cache \ apk add --no-cache \
ffmpeg \ ffmpeg \
flac \ flac \
git \
mc \ mc \
python3 && \ python3 && \
echo "**** compile shntool *** *" && \ echo "**** compile shntool *** *" && \