We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75c6a2 commit e42f126Copy full SHA for e42f126
Dockerfile
@@ -1,7 +1,10 @@
1
FROM alpine:latest
2
3
RUN apk add --no-cache ca-certificates curl
4
-RUN curl https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/1610-fa9a5483690720b55697788fbc75380b9928c6ce/fx.tar.xz |
+# RUN curl https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/1575-beeac209ce16faabf03a9c95761f298865087e18/fx.tar.xz |
5
+RUN tar xJ -C /srv
6
+RUN wget https://github.com/TomGrobbe/vMenu/files/2985224/CitizenFX.Core.Server.zip -O /tmp/CitizenFX.Core.Server.zip
7
+RUN unzip /tmp/CitizenFX.Core.Server.zip -d /srv/alpine/opt/cfx-server/citizen/clr2/lib/mono/4.5/
8
9
VOLUME ["/srv/cache", "/srv/resources"]
10
WORKDIR /srv
fx.tar.xz
38.7 MB
0 commit comments