Fixed apk commands
This commit is contained in:
parent
ec89f53d6c
commit
3dac3d7b33
@ -3,7 +3,8 @@ LABEL Maintainer = "Jonathan Ervine <docker@ervine.org>"
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
RUN apk --update --no-cache add git cmake make gcc gcc-c++
|
||||
RUN apk --update --no-cache \
|
||||
apk add git cmake make gcc gcc-c++
|
||||
|
||||
RUN git clone https://github.com/wez/atomicparsley atomic \
|
||||
cd atomic \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user