mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-25 12:06:02 +00:00
Correct message-queue Dockerfile
It worked with my cache yet not without cache.
This commit is contained in:
parent
523a055b74
commit
ffd1457927
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ ADD AGPL-3.0 /serai
|
||||||
|
|
||||||
WORKDIR /serai
|
WORKDIR /serai
|
||||||
|
|
||||||
|
RUN apt update && apt install -y clang
|
||||||
|
|
||||||
# Mount the caches and build
|
# Mount the caches and build
|
||||||
RUN --mount=type=cache,target=/root/.cargo/ \
|
RUN --mount=type=cache,target=/root/.cargo/ \
|
||||||
--mount=type=cache,target=/serai/target \
|
--mount=type=cache,target=/serai/target \
|
||||||
|
|
Loading…
Reference in a new issue