We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda1d2b commit d50fc34Copy full SHA for d50fc34
docker/php/Dockerfile
@@ -14,6 +14,8 @@ COPY php.ini /usr/local/etc/php/conf.d/satisfy.ini
14
USER www-data
15
RUN mkdir -p ~/.ssh && chmod 0700 ~/.ssh && ssh-keyscan -H github.com >> ~/.ssh/known_hosts && \
16
mkdir -p ~/.composer && chown www-data:www-data ~/.composer && \
17
+ wget -O ~/.composer/keys.dev.pub https://composer.github.io/snapshots.pub && \
18
+ wget -O ~/.composer/keys.tags.pub https://composer.github.io/releases.pub && \
19
git config --global --add safe.directory /var/www/html
20
21
USER root
0 commit comments