mirror of
https://gitlab.com/alemaire/buildx.git
synced 2025-01-10 18:43:29 +00:00
Update Dockerfile
This commit is contained in:
parent
085ff89a4e
commit
3354811dcb
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user