mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
style: Fix hadolint issues (#2777)
This commit is contained in:
@@ -8,7 +8,7 @@ ARG UBUNTU_VERSION
|
|||||||
|
|
||||||
ARG GCC_MAJOR_VERSION
|
ARG GCC_MAJOR_VERSION
|
||||||
|
|
||||||
ARG BUILD_VERSION=1
|
ARG BUILD_VERSION=0
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
@@ -34,6 +34,7 @@ RUN wget --progress=dot:giga https://gcc.gnu.org/pub/gcc/releases/gcc-$GCC_VERSI
|
|||||||
WORKDIR /gcc-$GCC_VERSION
|
WORKDIR /gcc-$GCC_VERSION
|
||||||
RUN ./contrib/download_prerequisites
|
RUN ./contrib/download_prerequisites
|
||||||
|
|
||||||
|
# hadolint ignore=DL3059
|
||||||
RUN mkdir /gcc-build
|
RUN mkdir /gcc-build
|
||||||
WORKDIR /gcc-build
|
WORKDIR /gcc-build
|
||||||
RUN /gcc-$GCC_VERSION/configure \
|
RUN /gcc-$GCC_VERSION/configure \
|
||||||
|
|||||||
Reference in New Issue
Block a user