diff --git a/Dockerfile b/Dockerfile index b55756d..57406d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN docker-php-ext-install pdo_mysql exif pcntl bcmath gd intl zip mbstring sock RUN pecl install redis RUN pecl install -D 'enable-sockets="no" enable-openssl="yes" enable-http2="yes" enable-mysqlnd="yes" enable-hook-curl="yes" enable-cares="yes" with-postgres="yes"' openswoole RUN docker-php-ext-enable redis openswoole -RUN curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - +RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - RUN apt-get install -y nodejs RUN groupadd --force -g 1000 octane && useradd -ms /bin/bash --no-log-init --no-user-group -g 1000 -u 1000 octane WORKDIR /app