Skip to content

Commit

Permalink
Bump version to MP4.1. Add musl, libuuid and libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianSielenkaemper committed Nov 17, 2018
1 parent d4cd886 commit 22c174e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.7
MAINTAINER Tom Valk <tomvalk@lt-box.info>

ENV DEDICATED_URL http://files.v04.maniaplanet.com/server/ManiaplanetServer_2018-07-03.zip
ENV DEDICATED_URL http://files.v04.maniaplanet.com/server/ManiaplanetServer_2018-11-15.zip
ENV PROJECT_DIR /dedicated
ENV TEMPLATE_DIR /dedicated-configs
WORKDIR /dedicated
Expand All @@ -13,7 +13,9 @@ RUN apk update \
# Link the musl to glibc as it's compatible (required in Alpine image).
RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub \
&& wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk \
&& apk add glibc-2.25-r0.apk
&& apk add glibc-2.25-r0.apk libstdc++ musl libuuid

ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/:/lib/"

# Download dedicated + titles.
RUN wget $DEDICATED_URL -qO /tmp/dedicated.zip
Expand Down

0 comments on commit 22c174e

Please sign in to comment.