Add previously nonversioned files
This commit is contained in:
3
build/make/ftp.mk
Normal file
3
build/make/ftp.mk
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
ftp:
|
||||||
|
$(call script,$@)
|
||||||
|
$(call runit,$@)
|
||||||
3
build/runit/ftp
Normal file
3
build/runit/ftp
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
pure-ftpd
|
||||||
11
build/scripts/ftp.sh
Normal file
11
build/scripts/ftp.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
source /build/config
|
||||||
|
set -x
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
export_env FTP_DATA /host/var/lib/ftp
|
||||||
|
|
||||||
|
## Pure-FTPd
|
||||||
|
apt-get update
|
||||||
|
apt_get_install_permanent pure-ftpd
|
||||||
6
images/ftp.mk
Normal file
6
images/ftp.mk
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
include $(DOCKER_HOME)/build/Makefile
|
||||||
|
|
||||||
|
NAME = ftp
|
||||||
|
VERSION = latest
|
||||||
|
|
||||||
|
build: ftp
|
||||||
Reference in New Issue
Block a user