File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ FROM {ARG_FROM}
33
33
LABEL org.opencontainers.image.source https://github.com/stashed/elasticsearch
34
34
35
35
RUN set -x \
36
- && apk add --update --no-cache bash ca-certificates curl
36
+ && apk add --update --no-cache bash ca-certificates curl git
37
37
38
38
RUN npm config set unsafe-perm true \
39
- && npm install elasticdump@6.65.3 -g
39
+ && npm install -g https://github.com/stashed/elasticsearch-dump#ccd87cc2563f1bf328ef2631ac592720ccc10a36
40
40
41
41
COPY --from=0 restic /bin/restic
42
42
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ FROM {ARG_FROM}
33
33
LABEL org.opencontainers.image.source https://github.com/stashed/elasticsearch
34
34
35
35
RUN set -x \
36
- && apk add --update --no-cache bash ca-certificates curl
36
+ && apk add --update --no-cache bash ca-certificates curl git
37
37
38
38
RUN npm config set unsafe-perm true \
39
- && npm install elasticdump@6.65.3 -g
39
+ && npm install -g https://github.com/stashed/elasticsearch-dump#ccd87cc2563f1bf328ef2631ac592720ccc10a36
40
40
41
41
COPY --from=0 /restic /bin/restic
42
42
COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN}
You can’t perform that action at this time.
0 commit comments