mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
commit
d63dd6a540
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /
|
||||||
|
|
||||||
RUN apk update && apk add git 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
|
||||||
|
|
||||||
RUN git clone --recurse-submodules https://github.com/EntireTwix/CCash.git --branch Refractor
|
RUN git clone --recurse-submodules https://github.com/EntireTwix/CCash.git
|
||||||
WORKDIR /CCash/third_party/base64/
|
WORKDIR /CCash/third_party/base64/
|
||||||
RUN AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse4.2 AVX_CFLAGS=-mavx make lib/libbase64.o
|
RUN AVX2_CFLAGS=-mavx2 SSSE3_CFLAGS=-mssse3 SSE41_CFLAGS=-msse4.1 SSE42_CFLAGS=-msse4.2 AVX_CFLAGS=-mavx make lib/libbase64.o
|
||||||
RUN mkdir /CCash/build
|
RUN mkdir /CCash/build
|
||||||
|
|
@ -17,4 +17,4 @@ ARG SAVE_FREQ=2
|
||||||
|
|
||||||
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
|
RUN ["chmod", "+x", "/CCash/config/ssl.sh"]
|
||||||
|
|
||||||
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]
|
CMD ["sh", "-c", "/CCash/config/ssl.sh && /CCash/build/bank ${ADMIN_A} ${SAVE_FREQ}"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue