Fix error building netsurf in Docker

This commit is contained in:
Andrei Dziahel 2018-10-28 11:59:35 +00:00
parent a723ee9636
commit 1e314643d8

View file

@ -18,6 +18,8 @@ RUN set -ex; \
autopoint \ autopoint \
git \ git \
cmake \ cmake \
gperf \
libhtml-parser-perl \
; \ ; \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F; \ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F; \
echo "deb https://static.redox-os.org/toolchain/apt/ /" >> \ echo "deb https://static.redox-os.org/toolchain/apt/ /" >> \