Skip to content

Commit

Permalink
Update and rename Dockerfile.debian-10 to Dockerfile.debian-12
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Apr 20, 2024
1 parent 5c4ce9b commit c80ae92
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions Dockerfile.debian-10 → Dockerfile.debian-12
@@ -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 \
RUN apt update -qqq
RUN apt install -y \
libncurses-dev \
libssl-dev \
libmaxminddb-dev \
build-essential \
clang \
autoconf \
gettext \
libmaxminddb-dev \
libssl-dev \
linux-headers-amd64 \
libncursesw5-dev \
libgeoip-dev \
pkg-config \
autopoint

# GoAccess
WORKDIR /goaccess

ENTRYPOINT ["./build-dynamic.sh"]

0 comments on commit c80ae92

Please sign in to comment.