Skip to content

Commit e613400

Browse files
committed
Merge branch 'master' of github.com:LanguageMachines/timbl
2 parents 07063cd + f734b7b commit e613400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN if [ "$VERSION" = "distro" ]; then \
1616
echo -e "----------------------------------------------------------\nNOTE: Installing latest release as provided by Alpine package manager.\nThis version may diverge from the one in the git master tree or even from the latest release on github!\nFor development, build with --build-arg VERSION=development.\n----------------------------------------------------------\n" &&\
1717
apk update && apk add timbl; \
1818
else \
19-
PACKAGES="libtar libbz2 icu-libs libxml2 libgomp libstdc++" &&\
20-
BUILD_PACKAGES="build-base autoconf-archive autoconf automake libtool libtar-dev bzip2-dev icu-dev libxml2-dev git" &&\
19+
PACKAGES="libbz2 icu-libs libxml2 libgomp libstdc++" &&\
20+
BUILD_PACKAGES="build-base autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev git" &&\
2121
apk add $PACKAGES $BUILD_PACKAGES &&\
2222
cd /usr/src/ && ./timbl/build-deps.sh &&\
2323
cd timbl && sh ./bootstrap.sh && ./configure && make && make install &&\

0 commit comments

Comments
 (0)