mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
@@ -1,12 +1,12 @@
|
||||
FROM frolvlad/alpine-glibc AS builder
|
||||
FROM alpine:edge AS builder
|
||||
LABEL maintainer="chevdor@gmail.com"
|
||||
LABEL description="This is the build stage for Substrate. Here we create the binary."
|
||||
|
||||
RUN apk add build-base \
|
||||
cmake \
|
||||
linux-headers \
|
||||
openssl-dev && \
|
||||
apk add --repository http://nl.alpinelinux.org/alpine/edge/community cargo
|
||||
openssl-dev \
|
||||
cargo
|
||||
|
||||
ARG PROFILE=release
|
||||
WORKDIR /substrate
|
||||
|
||||
Reference in New Issue
Block a user