File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,10 +71,9 @@ RUN git clone --depth 20 --no-single-branch https://github.com/Unvanquished/Unva
7171WORKDIR /Unvanquished/daemon/external_deps
7272# Build some static libraries in the cases where the package manager didn't provide a satisfactory one.
7373# openal, glew, ncurses: a static library is not provided
74- # geoip: there is a static library but it seems broken - "archive has no index"
7574# sdl2: the static library is configured to have non-optional dependencies on some dynamic libs
7675# curl: static libraries are configured with unneeded protocols that have extra dynamic dependencies
77- RUN ./build.sh linux64 geoip curl sdl2 glew openal ncurses naclsdk naclports
76+ RUN ./build.sh linux64 curl sdl2 glew openal ncurses naclsdk naclports
7877RUN ./build.sh linux64 install
7978
8079COPY build-release /
You can’t perform that action at this time.
0 commit comments