Files
ternfs-XTXMarkets/cpp/Dockerfile
2023-08-02 13:05:49 +00:00

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