Skip to content

Commit 03d858c

Browse files
committed
build(aspell): add package
1 parent d6d4b7e commit 03d858c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

xml/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1212
# @TL FIXME: xml2rfc currently only in edge stream
1313
RUN apk upgrade --no-cache \
1414
&& apk add --no-cache \
15+
aspell=0.60.8.1-r0 \
16+
aspell-de=0.60.8.1-r0 \
17+
aspell-en=2020.12.07-r0 \
18+
aspell-es=0.60.8.1-r0 \
19+
aspell-fr=0.50.3-r0 \
20+
aspell-ru=0.99_p7-r2 \
21+
aspell-uk=1.4.0-r3 \
1522
coreutils=9.7-r1 \
1623
curl=8.14.1-r1 \
1724
dasel=2.8.1-r7 \

xml/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
if [ $$(id -u) -ne 1000 ]; then
1212
exit 1
1313
fi
14+
aspell --version # aspell
1415
awk --version # gawk
1516
base64 --version # coreutils
1617
curl --version # curl

0 commit comments

Comments
 (0)