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,11 +2,13 @@ FROM kong
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
build-essential \
|
||||||
|
git \
|
||||||
|
curl \
|
||||||
|
zlib1g-dev \
|
||||||
libpcre3-dev \
|
libpcre3-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
zlib1g-dev \
|
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libgeoip-dev \
|
libgeoip-dev \
|
||||||
linux-libc-dev \
|
linux-libc-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user