File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -271,11 +271,11 @@ ENV DS_VERSION_HASH=$DS_VERSION_HASH
271
271
COPY --from=ds-base /usr/local/bin/dumb-init /usr/local/bin/dumb-init
272
272
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
273
273
RUN apt update && \
274
- apt-get install -y wget gnupg2 lsb-release && \
274
+ apt-get install -y curl wget gnupg2 lsb-release jq xxd && \
275
275
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
276
276
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
277
277
apt-get update && \
278
- apt install -y postgresql-client-17 default-mysql-client curl wget jq && \
278
+ apt install -y postgresql-client-17 default-mysql-client && \
279
279
curl -LO \
280
280
https://storage.googleapis.com/kubernetes-release/release/`curl \
281
281
-s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && \
You can’t perform that action at this time.
0 commit comments