Compare commits

..

4 Commits

Author SHA1 Message Date
0798d146f9
MAPG-243 install git in Dockerfile-test
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
2023-04-07 20:29:00 +02:00
0a428fa6af
MAPG-243 replace and adapt to soko-web 2023-04-07 20:28:14 +02:00
68eace5ca8
MAPG-243 install soko-web by composer 2023-04-07 20:27:26 +02:00
de78084ad5
MAPG-243 delete classes which come from soko-web now 2023-04-07 20:26:52 +02:00

View File

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