Files
docker-deployment/build/scripts/ftp.sh
2015-12-05 20:11:59 +00:00

12 lines
166 B
Bash

#!/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