Update Dockerfile

fix broken dependencies
This commit is contained in:
samukhin 2021-09-26 00:22:04 +03:00 committed by GitHub
parent 7c7af3bce9
commit b5b8c0f399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ RUN dnf -y module enable php:remi-7.4 && \
dnf -y module enable nodejs:14 dnf -y module enable nodejs:14
#And install dependencies: #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: #Don't forget about Yarn and Composer:
RUN npm i -g yarn && \ RUN npm i -g yarn && \