Skip to content

Commit 6e898ab

Browse files
committed
Don't forget to install zlib
1 parent ca23698 commit 6e898ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ RUN dpkg --add-architecture armel && \
4545
autoconf-archive \
4646
automake \
4747
autotools-dev \
48-
mercurial
48+
mercurial \
49+
zlib1g-dev
4950

5051

5152
# copy build patches & scripts

0 commit comments

Comments
 (0)