Files
ternfs-XTXMarkets/cpp/Dockerfile
Francesco Mazzoli b771c12763 Static go builds
2023-03-10 16:23:30 +00:00

6 lines
237 B
Docker

# The image we use to build the static "alpine" binaries
# that we deploy.
FROM alpine:3.17
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