This commit is contained in:
+3
-2
@@ -21,8 +21,9 @@ RUN apt install -yqq zip unzip
|
|||||||
# install PHP 8.3
|
# install PHP 8.3
|
||||||
RUN apt install -yqq php8.3-cli php8.3-common php8.3-curl php8.3-imagick php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip
|
RUN apt install -yqq php8.3-cli php8.3-common php8.3-curl php8.3-imagick php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip
|
||||||
|
|
||||||
# install nodeJS
|
# install nvm & nodeJS
|
||||||
RUN apt install -yqq nodejs
|
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
|
||||||
|
RUN . /root/.bashrc && nvm install 22.14.0 && nvm use 22.14.0
|
||||||
|
|
||||||
# install yarn
|
# install yarn
|
||||||
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null
|
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user