comparison scripts/Docker/Dockerfile @ 7642:0b03b4dd7089

build(docker): add file package to clear error when building xapian It looks like the error was non-fatal. The image I believe worked fine. But, clean up the noise.
author John Rouillard <rouilj@ieee.org>
date Sun, 24 Sep 2023 21:35:47 -0400
parents cea108761b8c
children fae314043555
comparison
equal deleted inserted replaced
7641:bdc81c1e2eec 7642:0b03b4dd7089
49 49
50 # Add packages needed to compile mysql, pgsql and other python modules. 50 # Add packages needed to compile mysql, pgsql and other python modules.
51 # Can't use apk to add python packages as it installs 3.9 python version. 51 # Can't use apk to add python packages as it installs 3.9 python version.
52 # g++ installs cc1plus needed by pip install 52 # g++ installs cc1plus needed by pip install
53 RUN apk --no-cache add \ 53 RUN apk --no-cache add \
54 file \
54 g++ \ 55 g++ \
55 gcc \ 56 gcc \
56 gpgme-dev \ 57 gpgme-dev \
57 libxapian \ 58 libxapian \
58 linux-headers \ 59 linux-headers \

Roundup Issue Tracker: http://roundup-tracker.org/