MAPG-243 fixup! MAPG-243 install git in Dockerfile-test
Some checks reported errors
mapguesser/pipeline/pr-develop Something is wrong with the build of this commit
Some checks reported errors
mapguesser/pipeline/pr-develop Something is wrong with the build of this commit
This commit is contained in:
parent
7114248f70
commit
b686475f9d
@ -1,4 +1,4 @@
|
||||
FROM php:7.4.7-cli-buster
|
||||
FROM ubuntu:focal
|
||||
|
||||
RUN apt-get update && apt-get install -y git unzip
|
||||
RUN apt update && apt install -y git unzip php7.4-cli
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
Loading…
Reference in New Issue
Block a user