Patric пре 1 година
родитељ
комит
5bbbe14c55
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dockerfile

+ 1 - 0
dockerfile

@@ -5,3 +5,4 @@ USER root
 RUN apt update
 RUN apt upgrade -y
 RUN apt install php php-mbstring php-xml php-pdo php-pdo_mysql php-xdebug -y
+RUN apt install composer -y