mirror of
https://github.com/casjaysdevdocker/navidrome
synced 2025-01-31 00:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
0c3ab6f344
commit
bcdf2b2a58
@ -11,8 +11,10 @@ ENV SHELL=/bin/bash \
|
||||
TZ=$TIMEZONE
|
||||
|
||||
RUN mkdir -p /bin/ /config/ /data/ && \
|
||||
rm -Rf /bin/.gitkeep /config/.gitkeep /config/*/.gitkeep /data/.gitkeep /data/*/.gitkeep && \
|
||||
sed -i 's|v3.16|edge|g' /etc/apk/repositories && \
|
||||
rm -Rf /bin/.gitkeep /config/.gitkeep /config/*/.gitkeep /data/.gitkeep /data/*/.gitkeep /etc/apk/repositories && \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
||||
apk update -U --no-cache && \
|
||||
apk add mpd navidrome nginx
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user