mapguesser/docker/Dockerfile-test
Pőcze Bence 0654b65940
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good
default-pipeline default-pipeline #18
add Jenkinsfile and Dockerfile-test
2021-12-22 01:59:31 +01:00

5 lines
179 B
Plaintext

FROM php:7.4.7-cli-buster
RUN apt-get update && apt-get install -y unzip
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer