1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-06-07 08:11:56 +00:00
YAO-Dockerfiles/yao-portal/dev/Dockerfile

14 lines
269 B
Docker
Raw Normal View History

2019-04-24 01:57:37 +00:00
FROM newnius/php:7.3
2019-12-04 10:52:14 +00:00
MAINTAINER Newnius <newnius.cn@gmail.com>
2019-04-24 01:57:37 +00:00
RUN apt update && \
2019-04-29 13:10:42 +00:00
apt install -y git vim httpie && \
2019-04-24 01:57:37 +00:00
rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/newnius/YAO-portal.git /var/www/html/
ADD bootstrap.sh /etc/
CMD /etc/bootstrap.sh