Merge pull request #27 from linuxserver/internal_git-pull
internal git pull
This commit is contained in:
commit
2fc450ad77
4 changed files with 8 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM lsiobase/alpine.python:3.6
|
||||
MAINTAINER smdion <me@seandion.com> ,sparklyballs
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
@ -38,6 +38,9 @@ RUN \
|
|||
make && \
|
||||
make install && \
|
||||
|
||||
# install app
|
||||
git clone --depth 1 https://github.com/rembo10/headphones.git /app/headphones && \
|
||||
|
||||
# cleanup
|
||||
apk del --purge \
|
||||
build-dependencies && \
|
||||
|
|
|
@ -80,6 +80,7 @@ Access WebUI at `<your-ip>:8181` and walk through the wizard.
|
|||
|
||||
## Versions
|
||||
|
||||
+ **20.07.17:** Internal git pull instead of at runtime.
|
||||
+ **12.07.17:** Add inspect commands to README, move to jenkins build and push.
|
||||
+ **28.05.17:** Add flac package to handle FLAC based .cue.
|
||||
+ **25.05.17:** Rebase to alpine 3.6.
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
cp /defaults/config.ini /config/config.ini
|
||||
|
||||
# permissions
|
||||
chown abc:abc \
|
||||
/config/*
|
||||
chown -R abc:abc \
|
||||
/app \
|
||||
/config
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# install app
|
||||
[[ ! -d /app/headphones/.git ]] && \
|
||||
git clone https://github.com/rembo10/headphones.git /app/headphones
|
||||
|
||||
# permissions
|
||||
chown -R abc:abc \
|
||||
/app
|
Loading…
Add table
Reference in a new issue