Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MWesterholz authored Nov 20, 2024
1 parent 7f52da8 commit 7267c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cron-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV TZ=Europe/Berlin
RUN set -x \
&& apt-get -y update \
&& apt-get -y install wget \
&& apt-get -y install bsdextrautils \
&& wget https://dl.k8s.io/release/v1.28.7/bin/linux/amd64/kubectl \
&& chmod +x kubectl \
&& mv ./kubectl /usr/local/bin/kubectl \
Expand All @@ -18,4 +19,4 @@ RUN set -x \
mongodb-mongosh \
postgresql-client-15 \
jq \
&& apt-get clean -y
&& apt-get clean -y

0 comments on commit 7267c5a

Please sign in to comment.