Skip to content

Commit c80ae92

Browse files
authored
Update and rename Dockerfile.debian-10 to Dockerfile.debian-12
1 parent 5c4ce9b commit c80ae92

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed
+7-12
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
# Used to have all compile dependencies isolated in a container image.
2-
FROM debian:10
2+
FROM debian:12
33

4-
RUN apt-get update -qqq
5-
RUN apt-get install -yqqq \
6-
autoconf \
4+
RUN apt update -qqq
5+
RUN apt install -y \
6+
libncurses-dev \
7+
libssl-dev \
8+
libmaxminddb-dev \
79
build-essential \
8-
clang \
10+
autoconf \
911
gettext \
10-
libmaxminddb-dev \
11-
libssl-dev \
12-
linux-headers-amd64 \
13-
libncursesw5-dev \
14-
libgeoip-dev \
15-
pkg-config \
1612
autopoint
1713

1814
# GoAccess
1915
WORKDIR /goaccess
2016

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

0 commit comments

Comments
 (0)