Fixed apk command
This commit is contained in:
parent
0207779fbc
commit
b132a7108f
@ -3,8 +3,7 @@ LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
|
|||||||
|
|
||||||
WORKDIR /root/
|
WORKDIR /root/
|
||||||
|
|
||||||
RUN apk --update --no-cache && \
|
RUN apk --update --no-cache add git cmake make gcc g++
|
||||||
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 && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user