From b132a7108f86afc3238e10c38f0ccafded8bfa1a Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 14 Dec 2020 12:16:48 +0800 Subject: [PATCH] Fixed apk command --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 200d36e..ed1400d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,7 @@ LABEL maintainer="Jonathan Ervine " 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 && \