Skip to content

Instantly share code, notes, and snippets.

@coetry
Created November 3, 2016 19:09
Show Gist options
  • Save coetry/5b78fd760adcceb80e38c65222d949f2 to your computer and use it in GitHub Desktop.
Save coetry/5b78fd760adcceb80e38c65222d949f2 to your computer and use it in GitHub Desktop.
Allens-MacBook-Pro-2:sunnah-website allen$ sudo docker build -t coetry-sunnah .
Sending build context to Docker daemon 26.65 MB
Step 1 : FROM tutum/lamp:latest
---> 3d49e175ec00
Step 2 : RUN rm -fr /app
---> Using cache
---> 2b166d000c94
Step 3 : RUN apt-get update && apt-get install -y php5-memcached memcached && rm -rf /var/lib/apt/list/*
---> Using cache
---> 873914b71e74
Step 4 : RUN service apache2 restart
---> Using cache
---> 05487b54088e
Step 5 : RUN service memcached start
---> Using cache
---> 79a023a3f739
Step 6 : RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
---> Using cache
---> a6cd5913e7d9
Step 7 : RUN php composer-setup.php --install-dir=/bin --filename=composer
---> Using cache
---> 265b50f26f8c
Step 8 : RUN php -r "unlink('composer-setup.php');"
---> Using cache
---> d601aad30efc
Step 9 : WORKDIR /usr/local/yii
---> Using cache
---> cadbb02db1ad
Step 10 : RUN php /bin/composer require yiisoft/yii=1.1.15
---> Using cache
---> e08512af5ca1
Step 11 : RUN php /bin/composer install --working-dir=/usr/local/yii
---> Using cache
---> 60c477012f7b
Step 12 : RUN mv /usr/local/yii/vendor/yiisoft/yii/* /usr/local/yii
---> Running in 959f5e8b5529
mv: will not create hard link '/usr/local/yii/demos/helloworld' to directory '/usr/local/yii/build/commands'
mv: will not create hard link '/usr/local/yii/demos/phonebook' to directory '/usr/local/yii/build/tasks'
mv: will not create hard link '/usr/local/yii/demos/blog' to directory '/usr/local/yii/build/commands/blog'
mv: will not create hard link '/usr/local/yii/demos/hangman' to directory '/usr/local/yii/build/commands/api'
mv: will not create hard link '/usr/local/yii/docs/blog' to directory '/usr/local/yii/build/commands/translations'
mv: cannot create hard link '/usr/local/yii/docs/index.php' to '/usr/local/yii/build/commands/markdown': Operation not permitted
mv: will not create hard link '/usr/local/yii/docs/guide' to directory '/usr/local/yii/build/commands/api/views'
mv: will not create hard link '/usr/local/yii/docs/css' to directory '/usr/local/yii/build/commands/api/layouts'
mv: cannot create hard link '/usr/local/yii/docs/README.md' to '/usr/local/yii/build/commands/api/assets': Operation not permitted
mv: will not create hard link '/usr/local/yii/docs/viewer' to directory '/usr/local/yii/build/commands/api/assets/css'
mv: cannot create hard link '/usr/local/yii/framework/yiic' to '/usr/local/yii/build/commands/lite/css': Operation not permitted
mv: will not create hard link '/usr/local/yii/framework/web' to directory '/usr/local/yii/build/commands/lite/protected'
mv: will not create hard link '/usr/local/yii/framework/gii' to directory '/usr/local/yii/build/commands/lite/protected/controllers'
mv: will not create hard link '/usr/local/yii/framework/validators' to directory '/usr/local/yii/build/commands/lite/protected/data'
mv: will not create hard link '/usr/local/yii/framework/base' to directory '/usr/local/yii/build/commands/lite/protected/models'
mv: cannot create hard link '/usr/local/yii/framework/yiic.php' to '/usr/local/yii/build/commands/lite/protected/views': Operation not permitted
mv: will not create hard link '/usr/local/yii/framework/caching' to directory '/usr/local/yii/build/commands/lite/protected/components'
mv: will not create hard link '/usr/local/yii/framework/i18n' to directory '/usr/local/yii/build/commands/lite/protected/config'
mv: cannot create hard link '/usr/local/yii/framework/YiiBase.php' to '/usr/local/yii/build/commands/lite/protected/views/site': Operation not permitted
mv: will not create hard link '/usr/local/yii/framework/cli' to directory '/usr/local/yii/build/commands/lite/protected/views/layouts'
mv: cannot create hard link '/usr/local/yii/framework/yiilite.php' to '/usr/local/yii/build/commands/lite/protected/views/post': Operation not permitted
mv: will not create hard link '/usr/local/yii/framework/messages' to directory '/usr/local/yii/build/commands/lite/protected/components/views'
mv: cannot create hard link '/usr/local/yii/tests/TestHttpRequest.php' to '/usr/local/yii/requirements/css': Operation not permitted
mv: cannot create hard link '/usr/local/yii/tests/phpunit.xml' to '/usr/local/yii/requirements/messages': Operation not permitted
mv: cannot create hard link '/usr/local/yii/tests/readme.txt' to '/usr/local/yii/requirements/views': Operation not permitted
mv: will not create hard link '/usr/local/yii/tests/reports' to directory '/usr/local/yii/requirements/messages/no'
mv: cannot create hard link '/usr/local/yii/tests/bootstrap.php' to '/usr/local/yii/requirements/messages/id': Operation not permitted
mv: will not create hard link '/usr/local/yii/tests/travis' to directory '/usr/local/yii/requirements/messages/de'
mv: will not create hard link '/usr/local/yii/tests/framework' to directory '/usr/local/yii/requirements/messages/de_de'
mv: will not create hard link '/usr/local/yii/tests/runtime' to directory '/usr/local/yii/requirements/messages/pt'
mv: cannot create hard link '/usr/local/yii/tests/rununit.bat' to '/usr/local/yii/requirements/messages/ar': Operation not permitted
mv: cannot create hard link '/usr/local/yii/tests/TestApplication.php' to '/usr/local/yii/requirements/messages/vi': Operation not permitted
mv: will not create hard link '/usr/local/yii/tests/assets' to directory '/usr/local/yii/requirements/messages/zh_cn'
The command '/bin/sh -c mv /usr/local/yii/vendor/yiisoft/yii/* /usr/local/yii' returned a non-zero code: 1
Allens-MacBook-Pro-2:sunnah-website allen$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment