Skip to content

Commit d099f68

Browse files
author
Ekaterina Sokolova
committed
Fix Dockerfile for Travis-CI.
1 parent 9597aca commit d099f68

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
66
perl perl-ipc-run \
77
make musl-dev gcc bison flex coreutils \
88
zlib-dev libedit-dev \
9-
clang clang-analyzer linux-headers \
9+
icu-dev clang clang-analyzer linux-headers \
1010
python3 python3-dev py3-virtualenv;
1111

1212

docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
tests:
1+
services:
2+
tests:
23
build: .

0 commit comments

Comments
 (0)