fix the docker build command

This commit is contained in:
wiaamm 2025-06-25 23:30:12 +03:00
parent 582675a923
commit 475f11ed88

View File

@ -2,11 +2,13 @@ FROM kong
USER root
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
git \
curl \
zlib1g-dev \
libpcre3-dev \
libxml2-dev \
zlib1g-dev \
libssl-dev \
libgeoip-dev \
linux-libc-dev \