Last active
August 12, 2016 16:51
-
-
Save Haegin/d0be925aff7eeb4446bcddad29973bca to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sending build context to Docker daemon 3.072 kB | |
Step 1 : FROM alpine:3.4 | |
---> 4e38e38c8ce0 | |
Step 2 : RUN apk add --no-cache alpine-sdk automake autoconf | |
---> Using cache | |
---> ab6bcebabd46 | |
Step 3 : RUN apk add --no-cache libtool | |
---> Using cache | |
---> cec9ad2ee272 | |
Step 4 : WORKDIR /opt | |
---> Using cache | |
---> 8ff65eb27752 | |
Step 5 : RUN git clone https://github.com/armon/statsite.git && cd statsite && ./bootstrap.sh && ./configure && make | |
---> Running in 60a338a4c7ef | |
[91mCloning into 'statsite'... | |
[0m[91m+ mkdir -p m4 ac_config | |
[0m[91m+ aclocal -I ac_config | |
[0m[91m+ command -v libtoolize | |
+ libtoolize --force --copy | |
[0mlibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'ac_config'. | |
libtoolize: copying file 'ac_config/ltmain.sh' | |
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
libtoolize: copying file 'm4/libtool.m4' | |
libtoolize: copying file 'm4/ltoptions.m4' | |
libtoolize: copying file 'm4/ltsugar.m4' | |
libtoolize: copying file 'm4/ltversion.m4' | |
libtoolize: copying file 'm4/lt~obsolete.m4' | |
[91m+ command -v glibtoolize | |
+ automake --add-missing --copy | |
[0m[91mUnescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936. | |
[0m[91mconfigure.ac:21: installing 'ac_config/compile' | |
[0m[91mconfigure.ac:45: installing 'ac_config/config.guess' | |
[0m[91mconfigure.ac:45: installing 'ac_config/config.sub' | |
[0m[91mconfigure.ac:23: installing 'ac_config/install-sh' | |
[0m[91mconfigure.ac:23: installing 'ac_config/missing' | |
[0m[91mMakefile.am: installing 'ac_config/depcomp' | |
[0m[91m+ autoconf | |
[0mchecking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ac_config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking for clock_gettime in -lrt... yes | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking whether ln -s works... yes | |
checking build system type... x86_64-unknown-linux-gnu | |
checking host system type... x86_64-unknown-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /bin/sed | |
checking for fgrep... /bin/grep -F | |
checking for ld used by gcc... /usr/x86_64-alpine-linux-musl/bin/ld | |
checking if the linker (/usr/x86_64-alpine-linux-musl/bin/ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking the maximum length of command line arguments... 98304 | |
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/x86_64-alpine-linux-musl/bin/ld option to reload object files... -r | |
checking for objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... @ | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm -B output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/x86_64-alpine-linux-musl/bin/ld -m elf_x86_64) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Making all in deps/ae | |
make[1]: Entering directory '/opt/statsite/deps/ae' | |
/usr/bin/gcc -g -std=c99 -Wpointer-arith -c -o ae.o ae.c | |
[91mIn file included from ae.c:45:0: | |
config.h:9:27: fatal error: linux/version.h: No such file or directory | |
compilation terminated. | |
[0m<builtin>: recipe for target 'ae.o' failed | |
[91mmake[1]: *** [ae.o] Error 1 | |
[0mmake[1]: Leaving directory '/opt/statsite/deps/ae' | |
[91mmake: *** [all-recursive] Error 1 | |
[0mMakefile:641: recipe for target 'all-recursive' failed | |
The command '/bin/sh -c git clone https://github.com/armon/statsite.git && cd statsite && ./bootstrap.sh && ./configure && make' returned a non-zero code: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine:3.4 | |
RUN apk add --no-cache alpine-sdk automake autoconf | |
RUN apk add --no-cache libtool | |
WORKDIR /opt | |
RUN git clone https://github.com/armon/statsite.git && \ | |
cd statsite && \ | |
./bootstrap.sh && \ | |
./configure && \ | |
make | |
COPY statsite.conf /etc/statsite.conf | |
WORKDIR /opt/statsite/src | |
CMD ["-f", "/etc/statsite.conf"] | |
ENTRYPOINT ["./statsite"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment