Skip to content

Commit 263ef1f

Browse files
Add xxd to utils
1 parent f602899 commit 263ef1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ ENV DS_VERSION_HASH=$DS_VERSION_HASH
271271
COPY --from=ds-base /usr/local/bin/dumb-init /usr/local/bin/dumb-init
272272
COPY --from=builder /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages
273273
RUN apt update && \
274-
apt-get install -y wget gnupg2 lsb-release && \
274+
apt-get install -y curl wget gnupg2 lsb-release jq xxd && \
275275
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
276276
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
277277
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 && \
279279
curl -LO \
280280
https://storage.googleapis.com/kubernetes-release/release/`curl \
281281
-s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && \

0 commit comments

Comments
 (0)