Add docker images #5

Merged
allanger merged 21 commits from add-docker-image into main 2023-02-14 21:16:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 08531e7f9c - Show all commits

View File

@ -1,5 +1,5 @@
FROM ghcr.io/allanger/dumb-downloader as builder
RUN apk update && apk add tar
RUN apt-get update -y && apt-get install tar -y
ARG HELM_VERSION=v3.10.3
ARG HELMFILE_VERSION=0.150.0
ENV RUST_LOG=info