File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest
22
33ARG TARGETARCH
44
5- RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release
5+ RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release jq
66
77# Install rclone
88RUN curl -sSL https://downloads.rclone.org/rclone-current-linux-$TARGETARCH.zip -o rclone.zip && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG TARGETARCH
44
55# Install common utils
66RUN apt-get -y update && \
7- apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release
7+ apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release jq
88
99# Install rclone
1010RUN curl -sSL https://downloads.rclone.org/rclone-current-linux-$TARGETARCH.zip -o rclone.zip && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest
22
33ARG TARGETARCH
44
5- RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release mariadb-client
5+ RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release jq mariadb-client
66
77# Install rclone
88RUN curl -sSL https://downloads.rclone.org/rclone-current-linux-$TARGETARCH.zip -o rclone.zip && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG TARGETARCH
44
55# Install common utils and add mariadb utils
66RUN apt-get -y update && \
7- apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release mariadb-client
7+ apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release jq mariadb-client
88
99# Install rclone
1010RUN curl -sSL https://downloads.rclone.org/rclone-current-linux-$TARGETARCH.zip -o rclone.zip && \
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM alpine:latest
22
33ARG TARGETARCH
44
5- RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release mongodb-tools nodejs npm && npm i -g mongosh
5+ RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release jq mongodb-tools nodejs npm && npm i -g mongosh
66
77# Install rclone
88RUN curl -sSL https://downloads.rclone.org/rclone-current-linux-$TARGETARCH.zip -o rclone.zip && \
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG TARGETARCH
44
55# Install common utils and MongoDB
66RUN apt-get -y update && \
7- apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release && \
7+ apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release jq && \
88 curl -fsSL https://www.mongodb.org/static/pgp/server-8.0.asc | gpg -o /usr/share/keyrings/mongodb-server-8.0.gpg --dearmor && \
99 echo "deb [ arch=$TARGETARCH signed-by=/usr/share/keyrings/mongodb-server-8.0.gpg ] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/8.0 multiverse" > /etc/apt/sources.list.d/mongodb-org-8.0.list && \
1010 apt-get -y update && \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM alpine:latest
33ARG POSTGRES_VERSION=15
44ARG TARGETARCH
55
6- RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release postgresql${POSTGRES_VERSION}-client
6+ RUN apk update && apk add zip gzip xz curl wget rsync openssl gpg ca-certificates lsb-release jq postgresql${POSTGRES_VERSION}-client
77
88# Install rclone
99RUN curl -sSL https://downloads.rclone.org/rclone-current-linux-$TARGETARCH.zip -o rclone.zip && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG TARGETARCH
55
66# Install common utils and add PostgreSQL repository
77RUN apt-get -y update && \
8- apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release && \
8+ apt-get -y install zip gzip xz-utils curl wget rsync openssl gpg cron ca-certificates lsb-release jq && \
99 install -d /usr/share/postgresql-common/pgdg && \
1010 curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https://www.postgresql.org/media/keys/ACCC4CF8.asc && \
1111 sh -c 'echo "deb [signed-by=/usr/share/postgresql-common/pgdg/apt.postgresql.org.asc] https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
You can’t perform that action at this time.
0 commit comments