Skip to content
Snippets Groups Projects
Commit 37e3fc37 authored by Chevdor's avatar Chevdor Committed by Gav Wood
Browse files

Fix docker image (#1101)

Fix #1099
parent 7eef5cc3
No related merge requests found
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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment