From 7c7af3bce94217878cc9452b97788431d54bfc46 Mon Sep 17 00:00:00 2001 From: samukhin <47834890+samukhin@users.noreply.github.com> Date: Sun, 26 Sep 2021 00:18:03 +0300 Subject: [PATCH] Update Dockerfile fix broken dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35954002..cdaea87a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN dnf -y module enable php:remi-7.4 && \ dnf -y module enable nodejs:14 #And install dependencies: -RUN dnf -y install php php-cli php-common unzip php-zip php-yaml php-gd php-pdo_mysql nodejs git +RUN dnf -y --skip-broken install php php-cli php-common unzip php-zip php-yaml php-gd php-pdo_mysql nodejs git #Don't forget about Yarn and Composer: RUN npm i -g yarn && \