MAPG-243 use soko-web framework #56

Merged
bence merged 6 commits from feature/MAPG-243-use-soko-web-framework into develop 2023-04-07 21:26:40 +02:00
Showing only changes of commit b04df4411b - Show all commits

View File

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