mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Update Dockerfile
fix broken dependencies
This commit is contained in:
parent
7c7af3bce9
commit
b5b8c0f399
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue