We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1455390 commit 4400e58Copy full SHA for 4400e58
Dockerfile
@@ -19,6 +19,8 @@ WORKDIR /goaccess
19
RUN autoreconf -fiv && rm -rf autom4te.cache
20
RUN CC="clang" CFLAGS="-O3" LIBS="$(pkg-config --libs openssl)" ./configure --prefix=/usr --enable-utf8 --with-openssl --enable-geoip=mmdb
21
RUN make -j$(nproc) && make DESTDIR=/dist install
22
+# Check dynamic dependencies
23
+RUN ldd /dist/usr/bin/goaccess && echo "Dependencies checked"
24
25
# Runtime stage
26
FROM alpine:3.20
0 commit comments