diff --git a/Dockerfile b/Dockerfile index c77d2ae..b240cc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ FROM ubuntu:24.04 AS base RUN apt-get update \ - && apt-get install -y tesseract-ocr unzip php-cli php-imagick php-xml php-mbstring + && apt-get install -y tesseract-ocr unzip php-cli php-imagick php-xml php-mbstring composer FROM base AS build -COPY --from=composer:latest /usr/bin/composer /usr/bin/composer WORKDIR /usr/src/watermeter # Create necessary directories and set permissions