Commit 658ec5a2 authored by v.kistanov's avatar v.kistanov
Browse files

Update Dockerfile

parent d6096691
No related merge requests found
Pipeline #103628 failed with stage
in 1 minute and 45 seconds
Showing with 3 additions and 2 deletions
+3 -2
......@@ -11,8 +11,9 @@ RUN apt update && apt install -y --no-install-recommends curl git-crypt ca-certi
FROM mirror.gcr.io/perl:5.38.0-bookworm
FROM mirror.gcr.io/debian:12
RUN curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | bash && \
apt update && apt install -y --no-install-recommends git-crypt ca-certificates curl kubectl-neat && \
RUN apt update && apt install -y --no-install-recommends git-crypt ca-certificates curl && \
curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | bash && \
apt -y install kube-neat && \
apt purge perl-base -y --allow-remove-essential && \
rm -rf /var/lib/apt/lists/*
COPY --from=1 /usr/local/bin /usr/bin
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment