Skip to content

Commit a23dc4f

Browse files
authored
Merge pull request #3491 from thaJeztah/xx_apt_get
Dockerfile: use xx-apt-get instead of xx-apt
2 parents 3897c3f + 3a1fc21 commit a23dc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ WORKDIR /go/src/github.com/docker/cli
3737

3838
FROM build-base-buster AS build-buster
3939
ARG TARGETPLATFORM
40-
RUN xx-apt install --no-install-recommends -y libc6-dev libgcc-8-dev
40+
RUN xx-apt-get install --no-install-recommends -y libc6-dev libgcc-8-dev
4141

4242
FROM build-base-${BASE_VARIANT} AS goversioninfo
4343
ARG GOVERSIONINFO_VERSION

0 commit comments

Comments
 (0)