diff --git a/Dockerfile b/Dockerfile index 1a5ab2f..81c28b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ LABEL "homepage"="http://ngs.io/t/actions/" LABEL "maintainer"="Atsushi Nagase (https://ngs.io)" -RUN apk add --no-cache curl jq git +RUN apk add --no-cache curl jq git build-base ADD entrypoint.sh /entrypoint.sh ADD build.sh /build.sh