We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3897c3f + 3a1fc21 commit a23dc4fCopy full SHA for a23dc4f
Dockerfile
@@ -37,7 +37,7 @@ WORKDIR /go/src/github.com/docker/cli
37
38
FROM build-base-buster AS build-buster
39
ARG TARGETPLATFORM
40
-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
41
42
FROM build-base-${BASE_VARIANT} AS goversioninfo
43
ARG GOVERSIONINFO_VERSION
0 commit comments