Skip to content
Snippets Groups Projects
Commit 6b94ca37 authored by Hana Fathiyah's avatar Hana Fathiyah
Browse files

.

parent 5220b447
Branches
Tags
No related merge requests found
......@@ -4,8 +4,14 @@ ENV TZ=Asia/Jakarta
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
RUN echo $TZ > /etc/timezone
RUN apt-get update
RUN apt install -y php-fpm php-pgsql php-soap php-cli php-curl nginx
RUN apt update
RUN apt -y full-upgrade
RUN apt install -y nginx
RUN apt install -y php-fpm
RUN apt install -y php-pgsql
RUN apt install -y php-soap
RUN apt install -y php-cli
RUN apt install -y php-curl
RUN apt install -y supervisor
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment