We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9597aca commit d099f68Copy full SHA for d099f68
Dockerfile.tmpl
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
6
perl perl-ipc-run \
7
make musl-dev gcc bison flex coreutils \
8
zlib-dev libedit-dev \
9
- clang clang-analyzer linux-headers \
+ icu-dev clang clang-analyzer linux-headers \
10
python3 python3-dev py3-virtualenv;
11
12
docker-compose.yml
@@ -1,2 +1,3 @@
1
-tests:
+services:
2
+ tests:
3
build: .
0 commit comments