Add previously nonversioned files

This commit is contained in:
Bram Veenboer
2015-05-18 22:18:23 +02:00
committed by Rik Veenboer
parent 3e46abaaec
commit 4c74bdab15
4 changed files with 23 additions and 0 deletions

3
build/make/ftp.mk Normal file
View File

@@ -0,0 +1,3 @@
ftp:
$(call script,$@)
$(call runit,$@)

3
build/runit/ftp Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
set -e
pure-ftpd

11
build/scripts/ftp.sh Normal file
View 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
View File

@@ -0,0 +1,6 @@
include $(DOCKER_HOME)/build/Makefile
NAME = ftp
VERSION = latest
build: ftp