Version 0.7.0 #1

Merged
kor-elf merged 90 commits from develop into main 2023-12-08 21:18:23 +06:00
Showing only changes of commit 37e5c6f8a6 - Show all commits

View File

@ -40,7 +40,7 @@ RUN apt-get update \
libbz2-dev \ libbz2-dev \
libwebp-dev libwebp-dev
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get -y install nodejs RUN apt-get -y install nodejs
# Clear cache # Clear cache