mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add files
This commit is contained in:
16
transmission/Dockerfile
Normal file
16
transmission/Dockerfile
Normal file
@@ -0,0 +1,16 @@
|
||||
FROM alpine:3.10
|
||||
|
||||
MAINTAINER Newnius <newnius.cn@gmail.com>
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add --no-cache transmission-daemon
|
||||
|
||||
# Default Conf Files
|
||||
ADD config/ /config/
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
CMD ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user