PHP Classes

File: tests/integration/Dockerfile

Recommend this page to a friend!
  Classes of El Amrani Chakir   PHP FTP Client Library   tests/integration/Dockerfile   Download  
File: tests/integration/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP FTP Client Library
Manage files in remote FTP server
Author: By
Last change:
Date: 2 years ago
Size: 350 bytes
 

Contents

Class file image Download
FROM rockylinux:8 ENV FTP_USER=admin \ FTP_PASS=random \ LOG_STDOUT=false \ ANONYMOUS_ACCESS=false \ UPLOADED_FILES_WORLD_READABLE=false \ CUSTOM_PASSIVE_ADDRESS=false RUN \ yum clean all && \ yum install -y vsftpd ncurses && \ yum clean all COPY container-files / EXPOSE 20-21 21100-21110 ENTRYPOINT ["/bootstrap.sh"]