Skip to content

Commit

Permalink
Address code review
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 1, 2024
1 parent 63a6cac commit 8747aa6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions autoconf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 8747aa6

Please sign in to comment.