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 \
|
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 *** *" && \
|
||||||
|
|
|
@ -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 *** *" && \
|
||||||
|
|
|
@ -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 *** *" && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue