mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
pulling from github repo now so only docker file needed
This commit is contained in:
parent
03d9c2aace
commit
495403864f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
FROM alpine:3.11
|
||||
|
||||
WORKDIR /CCash
|
||||
WORKDIR /
|
||||
|
||||
RUN apk update && apk add cmake g++ make protobuf jsoncpp-dev openssl libressl-dev zlib-dev util-linux-dev libtool autoconf automake python3
|
||||
RUN apk update && apk add git cmake g++ make protobuf jsoncpp-dev openssl libressl-dev zlib-dev util-linux-dev libtool autoconf automake python3
|
||||
|
||||
COPY . .
|
||||
RUN git clone --recurse-submodules https://github.com/EntireTwix/CCash.git --branch Refractor
|
||||
RUN mkdir /CCash/build
|
||||
WORKDIR /CCash/build
|
||||
RUN cmake -DDROGON_CONFIG_LOC=\"\/CCash\/config\/config.json\" -DUSER_SAVE_LOC=\"\/CCash\/config\/users.json\" ..
|
||||
|
|
|
|||
Loading…
Reference in a new issue