Fixed apk commands

This commit is contained in:
Jonathan Ervine 2020-12-14 12:05:57 +08:00
parent ec89f53d6c
commit 3dac3d7b33

View File

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