Address PR comments.

- Update changelog
- Move git to build dependency
This commit is contained in:
David Logie 2022-02-02 18:40:04 +00:00
parent b160e7db4a
commit 8fc1dd5968
4 changed files with 4 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 *** *" && \

View file

@ -79,6 +79,7 @@ app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk
# changelog # changelog
changelogs: 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: "19.12.19:", desc: "Rebasing to alpine 3.11." }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } - { 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." } - { date: "09.05.19:", desc: "Add default UTC timezone if user does not set it." }