mirror of
https://github.com/allinurl/goaccess.git
synced 2025-06-18 14:35:34 -04:00
Update and rename Dockerfile.debian-10 to Dockerfile.debian-12
This commit is contained in:
parent
5c4ce9b2d7
commit
c80ae92e44
@ -1,22 +1,17 @@
|
||||
# Used to have all compile dependencies isolated in a container image.
|
||||
FROM debian:10
|
||||
FROM debian:12
|
||||
|
||||
RUN apt-get update -qqq
|
||||
RUN apt-get install -yqqq \
|
||||
autoconf \
|
||||
build-essential \
|
||||
clang \
|
||||
gettext \
|
||||
libmaxminddb-dev \
|
||||
RUN apt update -qqq
|
||||
RUN apt install -y \
|
||||
libncurses-dev \
|
||||
libssl-dev \
|
||||
linux-headers-amd64 \
|
||||
libncursesw5-dev \
|
||||
libgeoip-dev \
|
||||
pkg-config \
|
||||
libmaxminddb-dev \
|
||||
build-essential \
|
||||
autoconf \
|
||||
gettext \
|
||||
autopoint
|
||||
|
||||
# GoAccess
|
||||
WORKDIR /goaccess
|
||||
|
||||
ENTRYPOINT ["./build-dynamic.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user