mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-30 23:39:46 -06:00
6 lines
237 B
Docker
6 lines
237 B
Docker
# The image we use to build the static "alpine" binaries
|
|
# that we deploy.
|
|
FROM alpine:3.18
|
|
RUN apk add --no-cache bash perl coreutils python3 musl gcc g++ clang lld make cmake ninja mandoc go linux-headers
|
|
ENV IN_EGGS_BUILD_CONTAINER Y
|