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/
|
||||
|
||||
RUN apk --update --no-cache && \
|
||||
apk add git cmake make gcc gcc-c++
|
||||
RUN apk --update --no-cache add git cmake make gcc g++
|
||||
|
||||
RUN git clone https://github.com/wez/atomicparsley atomic && \
|
||||
cd atomic && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user