mirror of
https://github.com/openappsec/attachment.git
synced 2025-06-28 16:41:03 +03:00
fix the docker build command
This commit is contained in:
parent
582675a923
commit
475f11ed88
@ -2,16 +2,18 @@ FROM kong
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
libpcre3-dev \
|
||||
libxml2-dev \
|
||||
zlib1g-dev \
|
||||
libssl-dev \
|
||||
libgeoip-dev \
|
||||
linux-libc-dev \
|
||||
python3 \
|
||||
ca-certificates && \
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
git \
|
||||
curl \
|
||||
zlib1g-dev \
|
||||
libpcre3-dev \
|
||||
libxml2-dev \
|
||||
libssl-dev \
|
||||
libgeoip-dev \
|
||||
linux-libc-dev \
|
||||
python3 \
|
||||
ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV LUAROCKS_VER=3.11.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user