Fixed apk command

This commit is contained in:
Jonathan Ervine 2020-12-14 12:16:48 +08:00
parent 0207779fbc
commit b132a7108f

View File

@ -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 && \