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
345a1b353d
commit
582675a923
@ -2,18 +2,16 @@ FROM kong
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && \
|
||||||
build-essential \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
git \
|
libpcre3-dev \
|
||||||
curl \
|
libxml2-dev \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
libpcre3-dev \
|
libssl-dev \
|
||||||
libxml2-dev \
|
libgeoip-dev \
|
||||||
libssl-dev \
|
linux-libc-dev \
|
||||||
libgeoip-dev \
|
python3 \
|
||||||
linux-headers-$(uname -r) \
|
ca-certificates && \
|
||||||
python3 \
|
|
||||||
ca-certificates && \
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV LUAROCKS_VER=3.11.0
|
ENV LUAROCKS_VER=3.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user