From 3dac3d7b33830029d25bf80cff3fa4c9e213407f Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 14 Dec 2020 12:05:57 +0800 Subject: [PATCH] Fixed apk commands --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0e134b..c3b1c24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ LABEL Maintainer = "Jonathan Ervine " 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 \