Skip to content

Commit c624776

Browse files
committed
Use autoreconf instead of calling each of the tools separtely
1 parent 8babaa2 commit c624776

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ ADD http://dev.overpass-api.de/releases/osm-3s_v${OVERPASS_VERSION}.tar.gz /app/
3232
RUN mkdir -p /app/src \
3333
&& cd /app/src \
3434
&& tar -x -z --strip-components 1 -f ../src.tar.gz \
35-
&& autoscan \
36-
&& aclocal \
37-
&& autoheader \
38-
&& libtoolize \
39-
&& automake --add-missing \
40-
&& autoconf \
35+
&& autoreconf -f -i \
4136
&& CXXFLAGS='-O2' CFLAGS='-O2' ./configure --prefix=/app --enable-lz4 \
4237
&& make dist \
4338
&& make -j $(nproc) \

0 commit comments

Comments
 (0)