Skip to content

Commit 1d8895e

Browse files
committed
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.
1 parent 2571eae commit 1d8895e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RUN apk --no-cache upgrade
5151
# Can't use apk to add python packages as it installs 3.9 python version.
5252
# g++ installs cc1plus needed by pip install
5353
RUN apk --no-cache add \
54+
file \
5455
g++ \
5556
gcc \
5657
gpgme-dev \

0 commit comments

Comments
 (0)