mirror of
https://github.com/linuxserver/docker-daapd.git
synced 2026-02-20 00:56:22 +08:00
minor changes to dockerfile
This commit is contained in:
parent
67065509a4
commit
d154cd6791
@ -1,12 +1,9 @@
|
||||
|
||||
FROM linuxserver/baseimage
|
||||
MAINTAINER sparklyballs <sparklyballs@linuxserver.io>
|
||||
|
||||
ENV HOME /root
|
||||
|
||||
# make some folders and add some files required before we build the packages
|
||||
RUN mkdir -p /prebuild /defaults /app && \
|
||||
chown abc:abc -R /app
|
||||
# add some files required before we build the packages
|
||||
ADD prebuild /prebuild/
|
||||
|
||||
# install build dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user