Migrate dudo to Debian

This commit is contained in:
Nikolai Rodionov 2023-02-12 20:15:42 +01:00
parent 1703a60e9b
commit 08531e7f9c

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