mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Rebuild Dockerfiles
This commit is contained in:
@@ -3,6 +3,7 @@ FROM debian:bookworm-slim as mimalloc
|
|||||||
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM alpine:latest as mimalloc
|
|||||||
RUN apk update && apk upgrade && apk --no-cache add gcc g++ libc-dev make cmake git
|
RUN apk update && apk upgrade && apk --no-cache add gcc g++ libc-dev make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM debian:bookworm-slim as mimalloc
|
|||||||
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM debian:bookworm-slim as mimalloc
|
|||||||
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM debian:bookworm-slim as mimalloc
|
|||||||
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM debian:bookworm-slim as mimalloc
|
|||||||
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ FROM debian:bookworm-slim as mimalloc
|
|||||||
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
RUN apt update && apt upgrade -y && apt install -y gcc g++ make cmake git
|
||||||
RUN git clone https://github.com/microsoft/mimalloc && \
|
RUN git clone https://github.com/microsoft/mimalloc && \
|
||||||
cd mimalloc && \
|
cd mimalloc && \
|
||||||
|
git checkout 43ce4bd7fd34bcc730c1c7471c99995597415488 && \
|
||||||
mkdir -p out/secure && \
|
mkdir -p out/secure && \
|
||||||
cd out/secure && \
|
cd out/secure && \
|
||||||
cmake -DMI_SECURE=ON ../.. && \
|
cmake -DMI_SECURE=ON ../.. && \
|
||||||
|
|||||||
Reference in New Issue
Block a user