add bzip2 into container for nc28
This commit is contained in:
parent
50423a0217
commit
968fa0d0a4
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
ffmpeg \
|
||||
ocrmypdf tesseract-ocr-deu \
|
||||
procps \
|
||||
libbz2-dev bzip2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN docker-php-ext-install bz2
|
||||
|
||||
RUN mkdir -p /var/spool/cron/crontabs; echo '* * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
|
||||
|
|
Loading…
Reference in a new issue