Fix error building netsurf in Docker
This commit is contained in:
parent
a723ee9636
commit
1e314643d8
|
@ -18,6 +18,8 @@ RUN set -ex; \
|
|||
autopoint \
|
||||
git \
|
||||
cmake \
|
||||
gperf \
|
||||
libhtml-parser-perl \
|
||||
; \
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F; \
|
||||
echo "deb https://static.redox-os.org/toolchain/apt/ /" >> \
|
||||
|
|
Loading…
Reference in a new issue