[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 FROM composer:latest as setup 2 3 RUN mkdir /guzzle 4 5 WORKDIR /guzzle 6 7 RUN set -xe \ 8 && composer init --name=guzzlehttp/test --description="Simple project for testing Guzzle scripts" --author="Márk Sági-Kazár <mark.sagikazar@gmail.com>" --no-interaction \ 9 && composer require guzzlehttp/guzzle 10 11 12 FROM php:7.3 13 14 RUN mkdir /guzzle 15 16 WORKDIR /guzzle 17 18 COPY --from=setup /guzzle /guzzle
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |