Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Sun Sep 24 21:33:52 2023 -0400 +++ b/scripts/Docker/Dockerfile Sun Sep 24 21:35:47 2023 -0400 @@ -51,6 +51,7 @@ # Can't use apk to add python packages as it installs 3.9 python version. # g++ installs cc1plus needed by pip install RUN apk --no-cache add \ + file \ g++ \ gcc \ gpgme-dev \
