Skip to content

Commit

Permalink
Containerfile: from odrling/chimera-images
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Jan 31, 2024
1 parent 4e62051 commit de8bae9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
FROM docker.io/amd64/alpine AS bootstrap
RUN apk add tar gzip curl
RUN curl https://repo.chimera-linux.org/live/20240122/chimera-linux-x86_64-ROOTFS-20240122-bootstrap.tar.gz -o chimera.tar.gz && \
echo 'b57b4c84ef1b8c5c628e84aa9f1b80863d748440643041414102b9ee19b0a5e4 chimera.tar.gz' | sha256sum -c && \
mkdir /chimera && tar xf chimera.tar.gz -C /chimera

FROM scratch AS builder
FROM ghcr.io/odrling/chimera-images:main AS builder
ARG ARCH

COPY --from=bootstrap /chimera /

RUN apk add musl-devel meson clang clang-rt-devel llvm-devel-static git lld
RUN apk add base-devel-static meson clang git lld

COPY . /dakara_check

Expand Down

0 comments on commit de8bae9

Please sign in to comment.