Merge pull request #3491 from thaJeztah/xx_apt_get

Dockerfile: use xx-apt-get instead of xx-apt
This commit is contained in:
Sebastiaan van Stijn 2022-03-26 16:48:15 +01:00 committed by GitHub
commit a23dc4f5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ WORKDIR /go/src/github.com/docker/cli
FROM build-base-buster AS build-buster
ARG TARGETPLATFORM
RUN xx-apt install --no-install-recommends -y libc6-dev libgcc-8-dev
RUN xx-apt-get install --no-install-recommends -y libc6-dev libgcc-8-dev
FROM build-base-${BASE_VARIANT} AS goversioninfo
ARG GOVERSIONINFO_VERSION