Address PR comments.
- Update changelog - Move git to build dependency
This commit is contained in:
parent
b160e7db4a
commit
8fc1dd5968
4 changed files with 4 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 *** *" && \
|
||||
|
|
|
@ -79,6 +79,7 @@ app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk
|
|||
# changelog
|
||||
|
||||
changelogs:
|
||||
- { date: "02.02.22:", desc: "Rebasing to alpine 3.15. Updating to Python 3." }
|
||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
|
||||
- { date: "09.05.19:", desc: "Add default UTC timezone if user does not set it." }
|
||||
|
|
Loading…
Add table
Reference in a new issue