mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-08 11:18:01 +00:00
committed by
Gavin Wood
parent
b181951bcc
commit
954e980ae3
@@ -5,13 +5,15 @@ FROM phusion/baseimage:0.10.2 as builder
|
||||
LABEL maintainer="chevdor@gmail.com"
|
||||
LABEL description="This is the build stage for Substrate. Here we create the binary."
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
ARG PROFILE=release
|
||||
WORKDIR /substrate
|
||||
|
||||
COPY . /substrate
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get dist-upgrade -y && \
|
||||
apt-get dist-upgrade -y -o Dpkg::Options::="--force-confold" && \
|
||||
apt-get install -y cmake pkg-config libssl-dev git clang
|
||||
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
|
||||
|
||||
Reference in New Issue
Block a user