Update Dockerfile

This commit is contained in:
Adrien le Maire 2021-02-08 11:13:52 +00:00
parent 085ff89a4e
commit 3354811dcb

View File

@ -1,7 +1,7 @@
FROM debian:buster-20210111-slim as builder FROM debian:buster-20210111-slim as builder
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG TARGETARCH ARG TARGETARCH
RUN apt update -qq && apt upgrade -qqy && rm -rf /var/lib/apt/lists/* RUN apt update -qq && apt install wget -qqy && rm -rf /var/lib/apt/lists/*
ARG VERSION ARG VERSION
RUN case $TARGETARCH in \ RUN case $TARGETARCH in \
arm) \ arm) \