From 8747aa68008367d8ddfa5cba8e28c0fd728f9385 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Tue, 1 Oct 2024 17:01:16 +0900 Subject: [PATCH] Address code review --- autoconf/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/autoconf/Dockerfile b/autoconf/Dockerfile index c0c823e..519f458 100644 --- a/autoconf/Dockerfile +++ b/autoconf/Dockerfile @@ -12,12 +12,12 @@ LABEL org.opencontainers.image.description="Container image with GNU Autoconf ${ RUN apt-get update && \ apt-get -yq install \ - autotools-dev \ - autoconf \ - autoconf-archive \ - build-essential \ - curl \ - pkg-config + autotools-dev \ + autoconf \ + autoconf-archive \ + build-essential \ + curl \ + pkg-config RUN curl https://ftp.gnu.org/gnu/autoconf/autoconf-${AUTOCONF_VERSION}.tar.gz | tar -zxf - \ && cd autoconf-${AUTOCONF_VERSION} \