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 \
g++ \
gcc \
git \
make && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
ffmpeg \
flac \
git \
mc \
python3 && \
echo "**** compile shntool *** *" && \

View file

@ -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 *** *" && \

View file

@ -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 *** *" && \