Skip to content

Commit 7c51b3c

Browse files
committed
Dockerfile: geoip isn't used anymore
This would be easier if build.sh had a virtual package for what's currently supported.
1 parent 11ddec9 commit 7c51b3c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ RUN git clone --depth 20 --no-single-branch https://github.com/Unvanquished/Unva
7171
WORKDIR /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
7877
RUN ./build.sh linux64 install
7978

8079
COPY build-release /

0 commit comments

Comments
 (0)