Skip to content

Commit 20e7e27

Browse files
authored
style: Fix hadolint issues (#2777)
1 parent addb17a commit 20e7e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/compilers/gcc/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG UBUNTU_VERSION
88

99
ARG GCC_MAJOR_VERSION
1010

11-
ARG BUILD_VERSION=1
11+
ARG BUILD_VERSION=0
1212

1313
ARG DEBIAN_FRONTEND=noninteractive
1414
ARG TARGETARCH
@@ -34,6 +34,7 @@ RUN wget --progress=dot:giga https://gcc.gnu.org/pub/gcc/releases/gcc-$GCC_VERSI
3434
WORKDIR /gcc-$GCC_VERSION
3535
RUN ./contrib/download_prerequisites
3636

37+
# hadolint ignore=DL3059
3738
RUN mkdir /gcc-build
3839
WORKDIR /gcc-build
3940
RUN /gcc-$GCC_VERSION/configure \

0 commit comments

Comments
 (0)