Skip to content

Commit e42f126

Browse files
committed
Revert "update to 1610"
This reverts commit c75c6a2.
1 parent c75c6a2 commit e42f126

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
FROM alpine:latest
22

33
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 |
4+
# 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/
58

69
VOLUME ["/srv/cache", "/srv/resources"]
710
WORKDIR /srv

fx.tar.xz

38.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)