File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# -----------------------------
44FROM alpine AS fetcher
55
6- RUN apk add --no-cache git
76COPY . /src
87
98# -----------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION
44ENV VERSION=${VERSION:-latest}
55ENV INSTALL_PATH="/"
66
7- RUN apt-get update && apt-get install -y ca-certificates mailcap curl jq git bash tar gzip && \
7+ RUN apt-get update && apt-get install -y ca-certificates curl jq bash tar gzip && \
88 mkdir -p -m 777 /config /data
99
1010COPY thevickypedia/docker/release/release.sh /release.sh
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION
44ENV VERSION=${VERSION:-latest}
55ENV INSTALL_PATH="/"
66
7- RUN apk add --no-cache ca-certificates mailcap curl jq git bash tar gzip && \
7+ RUN apk add --no-cache ca-certificates curl jq bash tar gzip && \
88 mkdir -p -m 777 /config /data
99
1010COPY thevickypedia/docker/release/release.sh /release.sh
You can’t perform that action at this time.
0 commit comments