diff --git a/Dockerfile b/Dockerfile index dd8669c..60397ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . ENV DATABASE_URL=localhost # Apk install -RUN apt update -y && apt install zip wget -y +RUN apt update -y && apt install -y zip wget libbz2-dev # Install pdo RUN docker-php-ext-install pdo_mysql bz2 curl fileinfo gd intl mbstring mysqli openssl xsl