Fixed commands
This commit is contained in:
parent
3dac3d7b33
commit
0207779fbc
@ -1,13 +1,13 @@
|
|||||||
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 AS builder
|
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12 AS builder
|
||||||
LABEL Maintainer = "Jonathan Ervine <docker@ervine.org>"
|
LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
|
||||||
|
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
|
|
||||||
RUN apk --update --no-cache \
|
RUN apk --update --no-cache && \
|
||||||
apk add git cmake make gcc gcc-c++
|
apk add git cmake make gcc gcc-c++
|
||||||
|
|
||||||
RUN git clone https://github.com/wez/atomicparsley atomic \
|
RUN git clone https://github.com/wez/atomicparsley atomic && \
|
||||||
cd atomic \
|
cd atomic && \
|
||||||
cmake . && cmake --build . --config Release
|
cmake . && cmake --build . --config Release
|
||||||
|
|
||||||
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user