瀏覽代碼

Add composer global require hirak/prestissimo to improve install

gabriel 6 年之前
父節點
當前提交
498fcf7ac0
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      7_0/Dockerfile
  2. 1 0
      7_1/Dockerfile

+ 1 - 0
7_0/Dockerfile

@@ -15,6 +15,7 @@ RUN apt-get update; \
     chmod 0600 /opt/keys/*; \
     chmod +x /opt/composer.sh; \
     sh /opt/composer.sh; \
+    composer global require hirak/prestissimo; \
     mkdir ~/.ssh; \
     ssh-keyscan -H -p 22  gitlab.com >> ~/.ssh/known_hosts; \
     ssh-keyscan -H -p 222 gogs.infra.flowdat.com >> ~/.ssh/known_hosts; \

+ 1 - 0
7_1/Dockerfile

@@ -20,6 +20,7 @@ RUN apt-get update; \
     chmod 0600 /opt/keys/*; \
     chmod +x /opt/composer.sh; \
     sh /opt/composer.sh; \
+    composer global require hirak/prestissimo; \
     mkdir ~/.ssh; \
     ssh-keyscan -H -p 22  gitlab.com >> ~/.ssh/known_hosts; \
     ssh-keyscan -H -p 222 gogs.infra.flowdat.com >> ~/.ssh/known_hosts; \