diff --git a/Dockerfile b/Dockerfile index f735b18..5334b54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk add --update --no-cache git openssh make curl bash zip bash +RUN apk add --update --no-cache git openssh make curl bash zip libstdc++ icu VOLUME /git WORKDIR /git