|
@@ -3,7 +3,8 @@ EXPOSE 8000
|
|
|
|
|
|
WORKDIR /opt
|
|
|
|
|
|
-ADD composer.sh keys ./
|
|
|
+COPY composer.sh ./
|
|
|
+COPY keys ./keys
|
|
|
|
|
|
RUN apt-get update; \
|
|
|
apt-get install -yq python curl git wget vim zip python-pip iputils-ping \
|
|
@@ -11,7 +12,6 @@ RUN apt-get update; \
|
|
|
php-xml php-zip build-essential unzip php-bcmath \
|
|
|
php-mbstring mysql-client php-dom php-soap php-snmp \
|
|
|
php-intl php-gmp libcurl3-dev php-fpm php-soap; \
|
|
|
- ls /opt;\
|
|
|
chmod 0600 /opt/keys/*; \
|
|
|
chmod +x /opt/composer.sh; \
|
|
|
sh /opt/composer.sh; \
|