changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > pod / Containerfile.alpine-infra

changeset 30: 4c5e25fdef67
parent: c8487e737e81
child: 60461d073737
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 11 Aug 2024 01:46:26 -0400
permissions: -rw-r--r--
description: update
1 FROM localhost/alpine:latest
2 RUN apk add --no-cache build-base zstd-dev git make linux-headers pkgconf m4 perl autoconf texinfo ncurses-dev libgccjit-dev zlib-dev tar shared-mime-info tree-sitter-dev btrfs-progs-dev liburing-dev curl alsa-lib-dev libssh2-dev clang lld musl-dev openssh libxkbcommon-dev sbcl
3 RUN hg clone https://vc.compiler.company/comp/infra
4 WORKDIR infra
5 RUN ./check.sh
6 RUN mkdir -pv .stash/src .stash/tmp
7 RUN ./scripts/install-rocksdb-pack.sh x86_64-unknown-linux-musl
8 # RUN ./scripts/install-sbcl-pack.sh x86_64-unknown-linux-musl
9 RUN ./scripts/install-core-pack.sh x86_64-unknown-linux-musl
10 RUN ssh-keygen -A
11 RUN skel clean