Move git back into runtime dependencies.
This commit is contained in:
parent
8fc1dd5968
commit
28edbd5ed9
3 changed files with 3 additions and 3 deletions
|
@ -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 *** *" && \
|
||||
|
|
|
@ -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 *** *" && \
|
||||
|
|
|
@ -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 *** *" && \
|
||||
|
|
Loading…
Add table
Reference in a new issue